-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmatch.html
More file actions
34 lines (26 loc) · 901 Bytes
/
match.html
File metadata and controls
34 lines (26 loc) · 901 Bytes
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
<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="/Users/TOO/3pg_project/match_style.css"/>
<script src="//js.leapmotion.com/leap-0.6.3.js"></script>
<script type="text/javascript" src="/Users/TOO/3pg_project/leap_controller.js"></script>
<title>Match.ME</title>
</head>
<body>
<!-- the background: linear gradient from top-right to bottom-left -->
<div>
<!-- the canvas for the background -->
<canvas id="background_canvas" width="640" height="1080"></canvas>
<script type="text/javascript" src="/Users/TOO/3pg_project/gradient.js"></script>
<!-- Added two forms for players' names -->
<div id="settings_btn">
<button id="settings_btn_btn">Settings</button>
<div class="Settings_btn_Content">
<a href="">Restart</a>
<a href="">Tips</a>
<a href="">New game</a>
</div>
</div>
</div>
</body>
</html>