Skip to content

Commit 1bc269c

Browse files
authored
Add files via upload
1 parent d9968e7 commit 1bc269c

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

404Page.html

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="UTF-8" />
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7+
<title>Windows10 404 page</title>
8+
<link rel="shortcut icon" href="assets/img/favicon.ico" />
9+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
10+
<!--components -->
11+
<link rel="stylesheet" type="text/css" href="app_config/css/accentColor.css" />
12+
<link rel="stylesheet" type="text/css" href="app_config/css/appConfig.css" />
13+
<link rel="stylesheet" type="text/css" href="assets/windows10framework.min.css" />
14+
</head>
15+
16+
<body>
17+
18+
<div class="app-container-screen accent">
19+
20+
<div class="error">
21+
<div class="error-container">
22+
<div class="sad-face">
23+
:(
24+
</div>
25+
<br>
26+
<p class="error-upper">Your web page ran into a problem and need your attention. We have already collected some error info.</p>
27+
<p class="error-lower">if you'd like to know more, you can search online for this error : 404_PAGE_NOT_FOUND</p>
28+
</div>
29+
</div>
30+
31+
</div>
32+
33+
</body>
34+
35+
</html>

0 commit comments

Comments
 (0)