File tree 4 files changed +0
-20
lines changed
4 files changed +0
-20
lines changed Original file line number Diff line number Diff line change 12
12
< link rel ="apple-touch-icon " href ="../icons/icon-192.png " />
13
13
< meta name ="apple-mobile-web-app-capable " content ="yes " />
14
14
< meta name ="apple-mobile-web-app-title " content ="Bus arrival times " />
15
- < script
16
- defer
17
- data-domain ="busrouter.sg "
18
- src ="https://plausible.io/js/plausible.hash.js "
19
- > </ script >
20
15
< main >
21
16
< div id ="arrivals "> </ div >
22
17
</ main >
Original file line number Diff line number Diff line change 4
4
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
5
5
< title > Approximate first & last bus arrival times</ title >
6
6
< link rel ="stylesheet " href ="../assets/firstlast.css " />
7
- < script
8
- defer
9
- data-domain ="busrouter.sg "
10
- src ="https://plausible.io/js/plausible.hash.js "
11
- > </ script >
12
7
< script >
13
8
function bsa ( ) {
14
9
var bsa_optimize = document . createElement ( 'script' ) ;
Original file line number Diff line number Diff line change 77
77
property ="og:image "
78
78
content ="https://i.imgur.com/Khk2gmX.png "
79
79
/>
80
- < script
81
- defer
82
- data-domain ="busrouter.sg "
83
- src ="https://plausible.io/js/plausible.hash.js "
84
- > </ script >
85
80
</ head >
86
81
< body >
87
82
< div id ="map "> </ div >
Original file line number Diff line number Diff line change 223
223
color : # 000 ;
224
224
}
225
225
</ style >
226
- < script
227
- defer
228
- data-domain ="busrouter.sg "
229
- src ="https://plausible.io/js/plausible.hash.js "
230
- > </ script >
231
226
< div id ="map "> </ div >
232
227
< div id ="panel "> </ div >
233
228
< div id ="status " hidden > </ div >
You can’t perform that action at this time.
0 commit comments