File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
< head >
3
3
< title > Embark</ title >
4
4
< link rel ="stylesheet " href ="css/app.css ">
5
- < script src ="js/app.js "> </ script >
5
+ < script src ="js/app.js " charset =" UTF-8 " > </ script >
6
6
</ head >
7
7
< body >
8
8
< h3 > Welcome to Embark!</ h3 >
Original file line number Diff line number Diff line change 12
12
< body class ="container ">
13
13
< div id ="app ">
14
14
</ div >
15
- < script src ="js/dapp.js "> </ script >
15
+ < script src ="js/dapp.js " charset =" UTF-8 " > </ script >
16
16
</ body >
17
17
</ html >
Original file line number Diff line number Diff line change @@ -145,6 +145,6 @@ <h3>Embark Calls </h3>
145
145
</ div >
146
146
</ div >
147
147
148
- < script src ="js/app.js "> </ script >
148
+ < script src ="js/app.js " charset =" UTF-8 " > </ script >
149
149
</ body >
150
150
</ html >
Original file line number Diff line number Diff line change 2
2
< head >
3
3
< title > Embark - TestApp</ title >
4
4
< link rel ="stylesheet " href ="css/app.css ">
5
- < script src ="js/test.js "> </ script >
5
+ < script src ="js/test.js " charset =" UTF-8 " > </ script >
6
6
</ head >
7
7
< body class ="container ">
8
8
Original file line number Diff line number Diff line change 2
2
< head >
3
3
< title > Embark - TestApp</ title >
4
4
< link rel ="stylesheet " href ="css/app.css ">
5
- < script src ="js/embark.js "> </ script >
5
+ < script src ="js/embark.js " charset =" UTF-8 " > </ script >
6
6
</ head >
7
7
< body class ="container ">
8
8
You can’t perform that action at this time.
0 commit comments