2023-07-17 00:53:57 +09:00
|
|
|
<!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 | Kinen's Pocket Money Quest</title>
|
|
|
|
<script src="Build/UnityLoader.js"></script>
|
|
|
|
<script>
|
2023-07-17 01:31:19 +09:00
|
|
|
UnityLoader.instantiate("unityContainer", "Build/kinen's-pocket-money-quest.json");
|
2023-07-17 00:53:57 +09:00
|
|
|
</script>
|
|
|
|
</head>
|
|
|
|
<body>
|
2023-07-17 01:31:19 +09:00
|
|
|
<div id="unityContainer" style="width: 720px; height: 1280px; margin: auto"></div>
|
2023-07-17 00:53:57 +09:00
|
|
|
</body>
|
|
|
|
</html>
|