-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
37 additions
and
29 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,35 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-us"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
<title>Unity WebGL Player | BDAO-Treasury</title> | ||
<link rel="shortcut icon" href="TemplateData/favicon.ico" /> | ||
<link rel="stylesheet" href="TemplateData/style.css" /> | ||
<script src="TemplateData/UnityProgress.js"></script> | ||
<script src="Build/UnityLoader.js"></script> | ||
<script> | ||
var unityInstance = UnityLoader.instantiate( | ||
"unityContainer", | ||
"Build/BdaoTreasury WebGL - Copy.json", | ||
{ onProgress: UnityProgress } | ||
); | ||
</script> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
<title>Unity WebGL Player | BDAO-Treasury</title> | ||
<link rel="shortcut icon" href="TemplateData/favicon.ico" /> | ||
<link rel="stylesheet" href="TemplateData/style.css" /> | ||
<script src="TemplateData/UnityProgress.js"></script> | ||
<script src="Build/UnityLoader.js"></script> | ||
<script> | ||
var unityInstance = UnityLoader.instantiate( | ||
"unityContainer", | ||
"Build/BdaoTreasury WebGL - Copy.json", | ||
{ onProgress: UnityProgress } | ||
); | ||
</script> | ||
|
||
<style> | ||
html, | ||
body { | ||
padding: 0; | ||
margin: 0; | ||
overflow: hidden; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<div id="unityContainer" class="w-full" style="aspect-ratio: 8/5; overflow: hidden"></div> | ||
</body> | ||
<style> | ||
html, | ||
body { | ||
padding: 0; | ||
margin: 0; | ||
overflow: hidden; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<div | ||
id="unityContainer" | ||
class="w-full" | ||
style="aspect-ratio: 8/5; overflow: hidden" | ||
></div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters