Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
virtualvivek committed Jul 26, 2020
1 parent d9968e7 commit 1bc269c
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions 404Page.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Windows10 404 page</title>
<link rel="shortcut icon" href="assets/img/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--components -->
<link rel="stylesheet" type="text/css" href="app_config/css/accentColor.css" />
<link rel="stylesheet" type="text/css" href="app_config/css/appConfig.css" />
<link rel="stylesheet" type="text/css" href="assets/windows10framework.min.css" />
</head>

<body>

<div class="app-container-screen accent">

<div class="error">
<div class="error-container">
<div class="sad-face">
:(
</div>
<br>
<p class="error-upper">Your web page ran into a problem and need your attention. We have already collected some error info.</p>
<p class="error-lower">if you'd like to know more, you can search online for this error : 404_PAGE_NOT_FOUND</p>
</div>
</div>

</div>

</body>

</html>

0 comments on commit 1bc269c

Please sign in to comment.