-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex-css.html
50 lines (50 loc) · 1.91 KB
/
index-css.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
<!doctype html>
<html>
<head>
<title>Coffee Guard CAAT Jessie</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<script type="text/javascript" src="lib/caat-css.js"></script>
<script type="text/javascript" src="build/scene.js"></script>
<script type="text/javascript" src="build/application.js"></script>
<link href='http://fonts.googleapis.com/css?family=Amatic+SC:700' rel='stylesheet' type='text/css'>
<link href='stylesheet.css' rel='stylesheet' type='text/css'>
</head>
<body>
<a href="https://github.com/nbartlomiej/coffee-guard-caat-jessie">
<img style="position: absolute; top: 0; right: 0; border: 0;" src="https://a248.e.akamai.net/assets.github.com/img/7afbc8b248c68eb468279e8c17986ad46549fb71/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub">
</a>
<div class='content'>
<h1>Coffee Guard CAAT Jessie</h1>
<div id='description'>
Kickstart HTML5 project bundling
<a href='https://github.com/hyperandroid/CAAT'>CAAT</a>,
<a href='http://jashkenas.github.com/coffee-script'>CoffeeScript</a>,
<a href='https://github.com/futuresimple/jessie'>Jessie</a> and
<a href='https://github.com/guard/guard'>Guard</a>.
Use arrows (or accelerometer) to move.
<a href='index.html'>Switch to Canvas version</a>
</div>
<div id='wrapper' style=''>
<div id='application'></div>
</div>
<div class='prescore-wrapper'>
<span id='prescore'>
</span>
</div>
<div class='score-wrapper'>
SCORE:
<span id='score'>
</span>
</div>
<div class='top-wrapper'>
TOP SCORE:
<span id='top'>
0
</span>
</div>
<div id='menu'>
</div>
</div>
</body>
</html>