Skip to content

Commit 4d0ae1c

Browse files
authored
Merge pull request #29 from Softencode/softencode.github.io-17
Create 404.html
2 parents dfe5171 + e5f2610 commit 4d0ae1c

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

404.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>404</title>
5+
</head>
6+
<body>
7+
<div style="height: 50px;">
8+
<p></p>
9+
</div>
10+
<div style="height: 45px;" align="center">
11+
<nav class="breadcrumbs f5" aria-label="Breadcrumb">
12+
<a title="Softencode.com" href="https://softencode.github.io/">Softencode.com</a>
13+
</nav>
14+
</div>
15+
<hr/>
16+
<h1 align="center">404
17+
What you want flies away</h1>
18+
<h3 align="center">The file you want flew away</h1>
19+
<h3 align="center">Maybe you can try:</h3>
20+
<h3 align="center">
21+
<div class="error-code" jscontent="errorCode" jstcache="18"><ins>ERR CONNECTION TIMED OUT</ins></div>
22+
</h3>
23+
</body>
24+
</html>

0 commit comments

Comments
 (0)