-
Notifications
You must be signed in to change notification settings - Fork 11
/
ld40.html
56 lines (44 loc) · 1.58 KB
/
ld40.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
<meta property="og:image" content="http://ncannasse.fr/file/ld40/screen.png"/>
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'/>
<title>Jonathan the Sorcerer</title>
</head>
<body style="background-color : #F9F7F7; color : #eef">
<style type="text/css">
a {
color : #844;
text-decoration : none;
}
p {
color : #888;
font-family: 'Open Sans', sans-serif;
}
</style>
<center>
<div style="position : relative; width : 832px">
<canvas id="webgl" style="width:832px;height:832px"></canvas>
</div>
<p>
<b>Arrows</b> : Move / <b>Space</b> : Rewind
-
<i>Game created for LudumDare #40 in 48 hours by <a href="http://twitter.com/ncannasse">@ncannasse</a></i>
</p>
<p>
Sources : <a href="http://github.com/ncannasse/ld40">Github</a> | Built with <a href="http://haxe.org">Haxe</a> | Rate <a href="https://ldjam.com/events/ludum-dare/40/jonathan-the-sorcerer">on this page</a>
</p>
</center>
<script type="text/javascript" src="ld40.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-34409935-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>