-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathindex.html
49 lines (44 loc) · 2.68 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<!-- Hi! What you see here is HTML. Who knows, maybe we will support this in our editor one day? -->
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Arimo:400,700|Oleo+Script|Keania+One">
<link rel="stylesheet" type="text/css" href="dist/index.css">
<title>jsdares</title>
<meta name="description" content="Experimental educational programming environment. Learn Javascript and create your own dares!">
<meta property="og:image" content="https://www.jsdares.com/img/logo/540x480-OFF.png"/>
<meta property="og:site_name" content="jsdares"/>
<meta property="fb:admins" content="JanPaul123"/>
<meta property="og:description" content="Experimental educational programming environment. Learn Javascript and create your own dares!"/>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-33821680-1']);
_gaq.push(['_setDomainName', 'jsdares.com']);
_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>
</head>
<body>
<div class="main-wrapper">
<div class="main">
<div id="content"></div>
<div class="footer">
<div class="copyright">© Jan Paul Posma and University of Oxford, 2012. <a class="footer-home" href="/">Home</a> | <a class="footer-about" href="?about">About</a> | <a href="https://github.com/janpaul123/jsdares">GitHub</a> | <a href="https://twitter.com/jsdares">Twitter</a> | <a href="https://www.facebook.com/jsdares">Facebook</a> | <a class="footer-blindfold" href="?blindfold">“Peeking through the blindfold”</a></div>
</div>
</div>
</div>
<script type="text/javascript" src="dist/js/underscore-1.4.4.min.js" charset="utf-8"></script>
<script type="text/javascript" src="dist/js/jquery-1.7.2.min.js" charset="utf-8"></script>
<script type="text/javascript" src="dist/js/jquery.history.js" charset="utf-8"></script>
<script type="text/javascript" src="dist/js/jquery-ui-1.8.18.custom.min.js" charset="utf-8"></script>
<script type="text/javascript" src="dist/js/bootstrap-tooltip.js" charset="utf-8"></script>
<script type="text/javascript" src="dist/js/bootstrap-tab.js" charset="utf-8"></script>
<script type="text/javascript" src="dist/js/bootstrap-modal.js" charset="utf-8"></script>
<script type="text/javascript" src="dist/browserify.js" charset="utf-8"></script>
</body>
</html>