Skip to content

Commit d38bb28

Browse files
change 404
1 parent ed02715 commit d38bb28

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

404.html

+8-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<meta http-equiv="X-UA-Compatible" content="ie=edge">
77
<title>404: Page not found</title>
8-
<link href="https://fonts.googleapis.com/css?family=Noto+Serif" rel="stylesheet">
8+
<link href="https://fonts.googleapis.com/css?family=Noto+Serif" rel="stylesheet">
99
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
1010
<style>
1111
h1 {
@@ -18,8 +18,12 @@
1818
</style>
1919
</head>
2020
<body>
21-
<div class="jumbotron"><h1>404: Rise from the dead</h1>
22-
<p>Spooky land awaits you.</p>
21+
<div class="jumbotron"><h1>404: Where are you?</h1>
22+
<p>You've entered into unknown terrain at night. This place seems unfamiliar.
23+
You hear wolves howling, and see bats flying around. This might not be a good sign.
24+
Some smoke appears, and you fall asleep.
25+
</p>
26+
<p><a href="https://the-lazy-learner.github.io">Wake up?</a></p>
2327
</div>
2428
</body>
25-
</html>
29+
</html>

0 commit comments

Comments
 (0)