1
- <!DOCTYPE html>
2
- < html lang ="en-us ">
3
- < head >
4
- < meta charset ="utf-8 ">
5
- < meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 ">
6
- < title > Unity WebGL Player | Climate Change Jawn</ title >
7
- < link rel ="shortcut icon " href ="TemplateData/favicon.ico ">
8
- < link rel ="stylesheet " href ="TemplateData/style.css ">
9
- < script src ="TemplateData/UnityProgress.js "> </ script >
10
- < script src ="Build/UnityLoader.js "> </ script >
11
- < script >
12
- var unityInstance = UnityLoader . instantiate ( "unityContainer" , "Build/fixbutton.json" , { onProgress : UnityProgress } ) ;
13
- </ script >
14
- </ head >
15
- < body >
16
- < div class ="webgl-content ">
17
- < div id ="unityContainer " style ="width: 960px; height: 600px "> </ div >
18
- < div class ="footer ">
19
- < div class ="webgl-logo "> </ div >
20
- < div class ="fullscreen " onclick ="unityInstance.SetFullscreen(1) "> </ div >
21
- < div class ="title "> Climate Change Jawn</ div >
22
- </ div >
23
- </ div >
24
- </ body >
25
- </ html >
1
+ <!DOCTYPE html>
2
+ < html lang ="en-us ">
3
+ < head >
4
+ < meta charset ="utf-8 ">
5
+ < meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 ">
6
+ < title > Unity WebGL Player | Climate Change Jawn</ title >
7
+ < link rel ="shortcut icon " href ="./ TemplateData/favicon.ico ">
8
+ < link rel ="stylesheet " href ="./ TemplateData/style.css ">
9
+ < script src ="./ TemplateData/UnityProgress.js "> </ script >
10
+ < script src ="./ Build/UnityLoader.js "> </ script >
11
+ < script >
12
+ var unityInstance = UnityLoader . instantiate ( "unityContainer" , "Build/fixbutton.json" , { onProgress : UnityProgress } ) ;
13
+ </ script >
14
+ </ head >
15
+ < body >
16
+ < div class ="webgl-content ">
17
+ < div id ="unityContainer " style ="width: 960px; height: 600px "> </ div >
18
+ < div class ="footer ">
19
+ < div class ="webgl-logo "> </ div >
20
+ < div class ="fullscreen " onclick ="unityInstance.SetFullscreen(1) "> </ div >
21
+ < div class ="title "> Climate Change Jawn</ div >
22
+ </ div >
23
+ </ div >
24
+ </ body >
25
+ </ html >
0 commit comments