Commit 30c2bca 1 parent 27cce4e commit 30c2bca Copy full SHA for 30c2bca
File tree 2 files changed +30
-16
lines changed
2 files changed +30
-16
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html lang ="en-us ">
3
- < head >
4
- < meta charset ="utf-8 ">
3
+ < head >
4
+ < meta charset ="utf-8 ">
5
5
< meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 ">
6
- < style >
7
- body {
8
- background-color : black;
9
- }
10
- </ style >
11
- < title > Kei</ title >
12
- < script src ="Build/9b952195ab79ef94f0feaae8cbb8d8ac.js "> </ script >
13
- < script >
14
- UnityLoader . instantiate ( "unityContainer" , "Build/8bc04d0c5fddea9b7f70edca255942d1.json" ) ;
15
- </ script >
16
- </ head >
17
- < body >
18
- < div id ="unityContainer " style ="width: 960px; height: 600px; margin: auto "> </ div >
19
- </ body >
6
+ < link rel ="icon " href ="./favicon.png ">
7
+ < style >
8
+ * {
9
+ box-sizing : border-box;
10
+ }
11
+
12
+ body {
13
+ background-color : black;
14
+ }
15
+
16
+ # parent-container {
17
+ width : 98% ;
18
+ height : 98% ;
19
+ margin : auto;
20
+ display : block;
21
+ }
22
+ </ style >
23
+ < title > Kei</ title >
24
+ < script src ="Build/9b952195ab79ef94f0feaae8cbb8d8ac.js "> </ script >
25
+ < script >
26
+ UnityLoader . instantiate ( "unityContainer" , "Build/8bc04d0c5fddea9b7f70edca255942d1.json" ) ;
27
+ </ script >
28
+ </ head >
29
+ < body >
30
+ < div id ="parent-container ">
31
+ < div id ="unityContainer "> </ div >
32
+ </ div >
33
+ </ body >
20
34
</ html >
You can’t perform that action at this time.
0 commit comments