Skip to content

Commit

Permalink
Change backround
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerPalko committed Apr 26, 2023
1 parent b74064c commit 154bacd
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions adanceoffireandice/index.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
<!DOCTYPE html>
<html lang="en-us">
<head>

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-KVNYG5VNX6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-KVNYG5VNX6');
</script>

<meta charset="utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>A Dance of Fire And Ice</title>
Expand All @@ -20,8 +9,13 @@
<script>
var gameInstance = UnityLoader.instantiate("gameContainer", "Build/adofaiii4.json");
</script>
<style>
html {
background-color: #202124;
}
</style>
</head>
<body style="margin: 0px; overflow: hidden;">
<div id="gameContainer" style="width: 800px; height: 400px; margin: auto; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);"></div>
</body>
</html>
</html>

0 comments on commit 154bacd

Please sign in to comment.