File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed
Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 1+ @font-face {
2+ font-family : 'Roboto mono' ;
3+ src : url (fonts/Roboto_Mono/RobotoMono-Regular.ttf);
4+ }
5+ @font-face {
6+ font-family : 'Roboto mono' ;
7+ src : url (fonts/Roboto_Mono/RobotoMono-Bold.ttf);
8+ font-weight : bold;
9+ }
10+ @font-face {
11+ font-family : 'Open Sans' ;
12+ src : url (fonts/Open_Sans/OpenSans-Regular.ttf);
13+ }
14+ @font-face {
15+ font-family : 'Open Sans' ;
16+ src : url (fonts/Open_Sans/OpenSans-Bold.ttf);
17+ font-weight : bold;
18+ }
19+
120body {
221 background-color : # e6e6e6 ;
22+ font-family : 'Open Sans' , sans-serif;
323}
424
525.left {
Original file line number Diff line number Diff line change 33 < head >
44 < meta charset ="utf-8 ">
55 < meta name ="viewport " content ="width=device-width, initial-scale=1, maximum-scale=1 ">
6+ < meta http-equiv ="Content-Security-Policy " content ="script-src 'self'
7+ 'unsafe-inline'
8+ 'unsafe-eval' ">
69 < title > MLTS Client</ title >
710
811
2225
2326
2427
25- < link href ="https://fonts.googleapis.com/css?family=Open+Sans|Roboto+Mono " rel ="stylesheet ">
2628 < link rel ="stylesheet " type ="text/css " href ="vendor/bootstrap/css/bootstrap.min.css ">
2729 < link rel ="stylesheet " type ="text/css " href ="vendor/open-iconic/css/open-iconic-bootstrap.min.css ">
2830 < link rel ="stylesheet " href ="vendor/highlightjs/styles/default.css ">
172174 </ div >
173175 </ div >
174176 </ div >
177+ < script > if ( typeof module === 'object' ) { window . module = module ; module = undefined ; } </ script >
175178
179+ <!-- normal script imports etc -->
176180 < script src ="vendor/jquery/jquery-3.3.1.min.js "> </ script >
177181 < script src ="vendor/poppers/poppers.min.js "> </ script >
178182 < script src ="vendor/bootstrap/js/bootstrap.min.js "> </ script >
179183 < script src ="vendor/highlightjs/highlight.pack.js "> </ script >
180184 < script src ="vendor/ace/ace.js "> </ script >
181185 <!-- script src="js/mlts.js"></script -->
182186 < script src ="js/main.js "> </ script >
187+
188+ <!-- Insert this line after script imports -->
189+ < script > if ( window . module ) module = window . module ; </ script >
183190 </ body >
184191</ html >
You can’t perform that action at this time.
0 commit comments