diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-02-17 16:11:22 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2021-02-17 16:11:22 -0500 |
| commit | babd04ef8643aa7f88797148a9db26ca6e529a22 (patch) | |
| tree | a3e97e1c9511207b02e31176a4867048695ce80b /public/unity/index.html | |
| parent | e127a6de01081d792207c9546ef909313abe6d52 (diff) | |
| download | snug-cup-babd04ef8643aa7f88797148a9db26ca6e529a22.tar.gz snug-cup-babd04ef8643aa7f88797148a9db26ca6e529a22.tar.bz2 snug-cup-babd04ef8643aa7f88797148a9db26ca6e529a22.zip | |
Removed unity project
Diffstat (limited to 'public/unity/index.html')
| -rw-r--r-- | public/unity/index.html | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/public/unity/index.html b/public/unity/index.html deleted file mode 100644 index f1f84a9..0000000 --- a/public/unity/index.html +++ /dev/null @@ -1,26 +0,0 @@ -<!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 | Snug Cup</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/SnugCup.json", {onProgress: UnityProgress}); - </script> - </head> - <body> - <a href="/">Back to homepage</a> - <div class="webgl-content"> - <div id="unityContainer" style="width: 960px; height: 600px"></div> - <div class="footer"> - <div class="webgl-logo"></div> - <div class="fullscreen" onclick="unityInstance.SetFullscreen(1)"></div> - <div class="title">Snug Cup</div> - </div> - </div> - </body> -</html> |
