1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+
5+
6+ < meta charset ="utf-8 ">
7+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
8+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
9+
10+
11+
12+ < link rel ="shortcut icon " href ="/XmlNotepad//img/favicon.ico ">
13+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0 " />
14+ < title > XmlNotepad</ title >
15+ < link href ="/XmlNotepad//css/bootstrap-3.3.7.min.css " rel ="stylesheet ">
16+ < link href ="/XmlNotepad//css/font-awesome-4.7.0.css " rel ="stylesheet ">
17+ < link href ="/XmlNotepad//css/base.css " rel ="stylesheet ">
18+ < link rel ="stylesheet " href ="/XmlNotepad//css/highlight.css ">
19+ < link href ="/XmlNotepad/css/main.css " rel ="stylesheet ">
20+ < link href ="/XmlNotepad/css/syntax.css " rel ="stylesheet ">
21+ <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
22+ <!--[if lt IE 9]>
23+ <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
24+ <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
25+ <![endif]-->
26+
27+ < script src ="/XmlNotepad//js/jquery-3.2.1.min.js "> </ script >
28+ < script src ="/XmlNotepad//js/bootstrap-3.3.7.min.js "> </ script >
29+ < script src ="/XmlNotepad//js/highlight.pack.js "> </ script >
30+
31+ < base target ="_top ">
32+ < script >
33+ var base_url = '/XmlNotepad/' ;
34+ var is_top_frame = false ;
35+ var page_toc = null ;
36+
37+ </ script >
38+ < script src ="/XmlNotepad//js/base.js "> </ script >
39+ < script src ="https://www.googletagmanager.com/gtag/js?id=UA-89203408-1 "> </ script >
40+ < script src ="https://consentdeliveryfd.azurefd.net/mscc/lib/v2/wcp-consent.js "> </ script >
41+ < script src ="/XmlNotepad/assets/js/cookies.js "> </ script >
42+ < script src ="/XmlNotepad/assets/js/main.js "> </ script >
43+ </ head >
44+
45+ < body >
46+ < script >
47+ if ( is_top_frame ) { $ ( 'body' ) . addClass ( 'wm-top-page' ) ; }
48+ </ script >
49+
50+ < div id ="cookie-banner "> </ div >
51+
52+
53+ < div class ="wrapper wm-page-content ">
54+ < div class ="container-fluid ">
55+ < a name ="_top "> </ a >
56+
57+
58+
59+ < h2 style ="text-align: center "> 404</ h2 >
60+ < h1 style ="text-align: center "> Page not found</ h1 >
61+
62+
63+
64+ < br >
65+
66+
67+ < br >
68+ </ div >
69+ </ div >
70+
71+ < footer class ="wm-page-content ">
72+
73+
74+ < div class ='footer-content '>
75+ < div class ="container-fluid ">
76+ < div class ="col-sm-8 text-left footnote-copy ">
77+ XML Notepad
78+ </ div >
79+ < div class ="col-sm-4 text-right footnote-copy ">
80+ < ul class ="list-unstyled list-inline ">
81+ < li > < a href ="https://www.microsoft.com/ " target ="_blank "> < img class ="img-responsive " width ="140 " src ="http://microsoft.github.io/XmlNotepad/assets/images/microsoft.svg " alt ="Microsoft "> </ a > </ li >
82+ </ ul >
83+ </ div >
84+ </ div >
85+ < li > < span id ="copyright "> </ span > </ li >
86+ < p > Documentation built with < a href ="http://www.mkdocs.org/ "> MkDocs</ a > using < a href ="https://github.com/noraj/mkdocs-windmill-dark "> Windmill Dark</ a > theme by noraj.</ p >
87+ </ div >
88+
89+ </ footer >
90+
91+
92+ < script type ="text/javascript ">
93+ $ ( document ) . ready ( function ( ) {
94+ $ ( 'table' ) . each ( function ( ) {
95+ $ ( this ) . addClass ( "table" ) ;
96+ $ ( this ) . addClass ( "table-bordered" ) ;
97+ $ ( this ) . addClass ( "table-striped" ) ;
98+ $ ( this ) . addClass ( "table-condensed" ) ;
99+ } ) ;
100+
101+ } ) ;
102+ </ script >
103+
104+ </ body >
105+ </ html >
0 commit comments