Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -0
index.html
CHANGED
@@ -5,6 +5,7 @@
|
|
5 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
6 |
<title>Unity WebGL Player | 3D HTML5 AI on HuggingFace</title>
|
7 |
</head>
|
|
|
8 |
<body style="text-align: center; padding: 0; border: 0; margin: 0;">
|
9 |
<canvas id="unity-canvas" width=1280 height=1024 tabindex="-1" style="width: 1280px; height: 1024px; background: #CCCCCC"></canvas>
|
10 |
<script src="HTML5Output.loader.js"></script>
|
@@ -37,4 +38,5 @@
|
|
37 |
});
|
38 |
</script>
|
39 |
</body>
|
|
|
40 |
</html>
|
|
|
5 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
6 |
<title>Unity WebGL Player | 3D HTML5 AI on HuggingFace</title>
|
7 |
</head>
|
8 |
+
|
9 |
<body style="text-align: center; padding: 0; border: 0; margin: 0;">
|
10 |
<canvas id="unity-canvas" width=1280 height=1024 tabindex="-1" style="width: 1280px; height: 1024px; background: #CCCCCC"></canvas>
|
11 |
<script src="HTML5Output.loader.js"></script>
|
|
|
38 |
});
|
39 |
</script>
|
40 |
</body>
|
41 |
+
|
42 |
</html>
|