-
Notifications
You must be signed in to change notification settings - Fork 1
/
lineup.html
28 lines (25 loc) · 1.06 KB
/
lineup.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width">
<title> Line Up </title>
<link rel="stylesheet" type="text/css" href="/css/basscss.min.css">
<script type="text/javascript" src="/js/phaser/phaser.min.js"></script>
<script type="text/javascript" src="/js/jquery/jquery-2.1.4.min.js"></script>
<script type="text/javascript" src="/templates/templates.js"></script>
<script type="text/javascript" src="/js/internal/lineup.js"></script>
<script type="text/javascript" src="/templates/ga.js"></script>
<link rel="shortcut icon" type="image/png" href="/favicon.png">
</head>
<body>
<div id="navHeader"></div>
<section class="container px0 py0">
<h1 class="mt0"> Line Up Prototype </h1>
<p>Drag the names around, and then click the Align button to line them up!
<button class="button rounded" onclick="drawing.cleanup(20)">Align Player Names</button></p>
<div id="gameDiv"> </div>
</section>
<div id="navFooter"></div>
</body>
</html>