halsamen
6883103de5
All checks were successful
Deploy Online Pages / Pages-Deployment (push) Successful in 5s
16 lines
501 B
HTML
16 lines
501 B
HTML
<!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>
|
|
UnityLoader.instantiate("unityContainer", "Build/kinen's-pocket-money-quest.json");
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<div id="unityContainer" style="width: 720px; height: 1280px; margin: auto"></div>
|
|
</body>
|
|
</html>
|