-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html.bak
31 lines (31 loc) · 1.49 KB
/
index.html.bak
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Our Last Chance</title>
<link rel="shortcut icon" href="TemplateData/favicon.ico">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<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/docs.json", {onProgress: UnityProgress});
</script>
</head>
<body class="bg-dark">
<div class="container text-light mt-3">
<h1 class="display-4">Our Last Chance</h1>
<p class="lead">A Ludum Dare 45 Compo Game, by Jordan (Rollersteaam) Peters</p>
<p class="lead">You are humanity's last chance to undo all of its mistakes. But to do that, you'll need to go all the way back. All the way back to nothing.</p>
</div>
<div class="webgl-content">
<div id="unityContainer" style="width: 1280px; height: 720px"></div>
<div class="footer bg-light rounded">
<div class="webgl-logo"></div>
<div class="fullscreen" onclick="unityInstance.SetFullscreen(1)"></div>
<div class="title">LastChance</div>
</div>
</div>
</body>
</html>