blob: 042ab17eaa80c34798aeea34a0528f3a3c22dd31 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>s1nical - Oops</title>
</head>
<body>
<span>
If you're seeing this, the code is in what<br>
I thought was an unreachable state.<br>
<br>
I could give you advice for what to do.<br>
But honestly, why should you trust me?<br>
I clearly screwed this up. I'm writing a<br>
message that should never appear, yet<br>
I know it will probably appear someday.<br>
<br>
On a deep level, I know I'm not<br>
up to this task. I'm so sorry.<br>
</span>
</body>
</html>
|