55 < meta charset ="UTF-8 ">
66 < title > Page not found - CBMC Proof Debugger</ title >
77 < base href ="/ ">
8+
9+
810 <!-- Custom HTML head -->
9- < meta content =" text/html; charset=utf-8 " http-equiv =" Content-Type " >
11+
1012 < meta name ="description " content ="">
1113 < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
1214 < meta name ="theme-color " content ="#ffffff " />
1719 < link rel ="stylesheet " href ="css/general.css ">
1820 < link rel ="stylesheet " href ="css/chrome.css ">
1921 < link rel ="stylesheet " href ="css/print.css " media ="print ">
22+
2023 <!-- Fonts -->
2124 < link rel ="stylesheet " href ="FontAwesome/css/font-awesome.css ">
2225 < link rel ="stylesheet " href ="fonts/fonts.css ">
26+
2327 <!-- Highlight.js Stylesheets -->
2428 < link rel ="stylesheet " href ="highlight.css ">
2529 < link rel ="stylesheet " href ="tomorrow-night.css ">
2630 < link rel ="stylesheet " href ="ayu-highlight.css ">
2731
2832 <!-- Custom theme stylesheets -->
33+
2934 </ head >
3035 < body >
3136 <!-- Provide site root to javascript -->
32- < script type =" text/javascript " >
37+ < script >
3338 var path_to_root = "" ;
3439 var default_theme = window . matchMedia ( "(prefers-color-scheme: dark)" ) . matches ? "navy" : "light" ;
3540 </ script >
3641
3742 <!-- Work around some values being stored in localStorage wrapped in quotes -->
38- < script type =" text/javascript " >
43+ < script >
3944 try {
4045 var theme = localStorage . getItem ( 'mdbook-theme' ) ;
4146 var sidebar = localStorage . getItem ( 'mdbook-sidebar' ) ;
5156 </ script >
5257
5358 <!-- Set the theme before any content is loaded, prevents flash -->
54- < script type =" text/javascript " >
59+ < script >
5560 var theme ;
5661 try { theme = localStorage . getItem ( 'mdbook-theme' ) ; } catch ( e ) { }
5762 if ( theme === null || theme === undefined ) { theme = default_theme ; }
6368 </ script >
6469
6570 <!-- Hide / unhide sidebar before it is displayed -->
66- < script type =" text/javascript " >
71+ < script >
6772 var html = document . querySelector ( 'html' ) ;
6873 var sidebar = 'hidden' ;
6974 if ( document . body . clientWidth >= 1080 ) {
8489 < div id ="page-wrapper " class ="page-wrapper ">
8590
8691 < div class ="page ">
87- < div id ="menu-bar-hover-placeholder "> </ div >
92+ < div id ="menu-bar-hover-placeholder "> </ div >
8893 < div id ="menu-bar " class ="menu-bar sticky bordered ">
8994 < div class ="left-buttons ">
9095 < button id ="sidebar-toggle " class ="icon-button " type ="button " title ="Toggle Table of Contents " aria-label ="Toggle Table of Contents " aria-controls ="sidebar ">
9499 < i class ="fa fa-paint-brush "> </ i >
95100 </ button >
96101 < ul id ="theme-list " class ="theme-popup " aria-label ="Themes " role ="menu ">
97- < li role ="none "> < button role ="menuitem " class ="theme " id ="light "> Light (default) </ button > </ li >
102+ < li role ="none "> < button role ="menuitem " class ="theme " id ="light "> Light</ button > </ li >
98103 < li role ="none "> < button role ="menuitem " class ="theme " id ="rust "> Rust</ button > </ li >
99104 < li role ="none "> < button role ="menuitem " class ="theme " id ="coal "> Coal</ button > </ li >
100105 < li role ="none "> < button role ="menuitem " class ="theme " id ="navy "> Navy</ button > </ li >
@@ -111,6 +116,7 @@ <h1 class="menu-title">CBMC Proof Debugger</h1>
111116 < a href ="print.html " title ="Print this book " aria-label ="Print this book ">
112117 < i id ="print-button " class ="fa fa-print "> </ i >
113118 </ a >
119+
114120 </ div >
115121 </ div >
116122
@@ -124,8 +130,9 @@ <h1 class="menu-title">CBMC Proof Debugger</h1>
124130 </ ul >
125131 </ div >
126132 </ div >
133+
127134 <!-- Apply ARIA attributes after the sidebar and the sidebar toggle button are added to the DOM -->
128- < script type =" text/javascript " >
135+ < script >
129136 document . getElementById ( 'sidebar-toggle' ) . setAttribute ( 'aria-expanded' , sidebar === 'visible' ) ;
130137 document . getElementById ( 'sidebar' ) . setAttribute ( 'aria-hidden' , sidebar !== 'visible' ) ;
131138 Array . from ( document . querySelectorAll ( '#sidebar a' ) ) . forEach ( function ( link ) {
@@ -142,26 +149,37 @@ <h1 id="document-not-found-404"><a class="header" href="#document-not-found-404"
142149
143150 < nav class ="nav-wrapper " aria-label ="Page navigation ">
144151 <!-- Mobile navigation buttons -->
152+
153+
145154 < div style ="clear: both "> </ div >
146155 </ nav >
147156 </ div >
148157 </ div >
149158
150159 < nav class ="nav-wide-wrapper " aria-label ="Page navigation ">
160+
151161 </ nav >
152162
153163 </ div >
154164
155- < script type ="text/javascript ">
165+
166+
167+
168+ < script >
156169 window . playground_copyable = true ;
157170 </ script >
158- < script src ="elasticlunr.min.js " type ="text/javascript " charset ="utf-8 "> </ script >
159- < script src ="mark.min.js " type ="text/javascript " charset ="utf-8 "> </ script >
160- < script src ="searcher.js " type ="text/javascript " charset ="utf-8 "> </ script >
161- < script src ="clipboard.min.js " type ="text/javascript " charset ="utf-8 "> </ script >
162- < script src ="highlight.js " type ="text/javascript " charset ="utf-8 "> </ script >
163- < script src ="book.js " type ="text/javascript " charset ="utf-8 "> </ script >
171+
172+
173+ < script src ="elasticlunr.min.js "> </ script >
174+ < script src ="mark.min.js "> </ script >
175+ < script src ="searcher.js "> </ script >
176+
177+ < script src ="clipboard.min.js "> </ script >
178+ < script src ="highlight.js "> </ script >
179+ < script src ="book.js "> </ script >
164180
165181 <!-- Custom JS scripts -->
182+
183+
166184 </ body >
167185</ html >
0 commit comments