-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (23 loc) · 817 Bytes
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Pingüino</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
<meta name="generator" content="RECRAFTED STUDIOS">
<link rel="icon" type="image/png" href="icons/pingoicon.png">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="fb-root"></div>
<script src="box2d.wasm.js"></script>
<noscript>
<div id="notSupportedWrap">
<h2 id="notSupportedTitle">Pingüino requires JavaScript to play, Sorry! :(</h2>
<p class="notSupportedMessage">JavaScript appears to be disabled. Please enable it to play! :).</p>
</div>
</noscript>
<script src="scripts/supportcheck.js"></script>
<script src="scripts/main.js" type="module"></script>
</body>
</html>