-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
20 lines (20 loc) · 1004 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<title>Ludum Dare 46</title>
<link rel="stylesheet" type="text/css" href="style.css">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no" />
<link rel='shortcut icon' type='image/ico' href='favicon.ico' />
</head>
<body>
<div class="container">
<div class="iframe-container">
<iframe src="export/untitled-ldjam46-game.html"></iframe>
</div>
</div>
<div class="container">
<p>Made with <a href="https://godotengine.org/">Godot</a> by <a href="https://ldjam.com/users/hgcummings/">hgcummings</a>, <a href="https://ldjam.com/users/binney/">binney</a>, <a href="https://ldjam.com/users/Scoobyben1">Scoobyben</a> and Hannah.</p>
<p><a href="https://github.com/Binney/ludum-dare-46">Check out the source code and desktop downloads on Github.</a> If you're getting crackly audio or poor performance, try <a href="https://github.com/Binney/ludum-dare-46/releases">the desktop version</a>.</p>
</div>
</body>
</html>