File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments