mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-16 02:22:07 -05:00
20 lines
708 B
HTML
20 lines
708 B
HTML
<!DOCTYPE html>
|
|
<html lang="en-us">
|
|
<head>
|
|
|
|
<script src="/js/all.js"></script>
|
|
|
|
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<title>A Dance of Fire And Ice</title>
|
|
<script src="UnityLoader.js"></script>
|
|
<script>
|
|
var gameInstance = UnityLoader.instantiate("gameContainer", "adofaiii4.json");
|
|
</script>
|
|
<style>body{background-color:#000;}</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> |