Skip to content

Commit c85cf3d

Browse files
committed
404.html must be a static html file
1 parent 70ea813 commit c85cf3d

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

404.html

+14-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1-
---
2-
layout: default
3-
---
4-
<h2>Not Found</h2>
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>OpenID on GitHub </title>
5+
</head>
56

6-
<p>The page you requested was not found.</p>
7+
<body>
8+
<header>
9+
<h1><a href="/"><img src="/logo.png"></a></h1>
10+
</header>
11+
12+
<h2>Not Found</h2>
13+
<p>The page you requested was not found.</p>
14+
</body>
15+
</html>

0 commit comments

Comments
 (0)