Skip to content

Commit 7ad0ebe

Browse files
authored
Merge pull request #5 from ljy-002/patch-4
404.html
2 parents ba97da0 + 7b8c66b commit 7ad0ebe

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

404.html

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<!DOCTYPE html>
2+
//404.html
3+
4+
<html>
5+
<head>
6+
<title>404</title>
7+
</head>
8+
<body>
9+
<div style="height: 50px;">
10+
<p></p>
11+
</div>
12+
<div style="height: 45px;" align="center">
13+
<nav class="breadcrumbs f5" aria-label="Breadcrumb">
14+
<a title="Softencode.com" href="https://softencode.github.io/">Softencode.com</a>
15+
</nav>
16+
</div>
17+
<hr/>
18+
<h1 align="center">404</h1>
19+
<h3 align="center">The file you want flew away</h1>
20+
<h3 align="center">Maybe you can try:</h3>
21+
<h3 align="center">
22+
<li jsselect="suggestionsSummaryList" jsvalues=".innerHTML:summary" jstcache="22" jsinstance="*2">
23+
<a href="javascript:diagnoseErrors()" id="diagnose-link" jstcache="0">Run Windows network diagnostics</a>
24+
</li>
25+
<p></p>
26+
<div class="error-code" jscontent="errorCode" jstcache="18"><ins>ERR CONNECTION TIMED OUT</ins></div>
27+
</h3>
28+
</body>
29+
</html>

0 commit comments

Comments
 (0)