-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (19 loc) · 768 Bytes
/
Copy pathindex.html
File metadata and controls
24 lines (19 loc) · 768 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
<!DOCTYPE html>
<html class="">
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1, maximum-scale=1, minimum-scale=1">
<title>ten by ten! - w/ server-side validation</title>
<link href="game.css" rel="stylesheet" type="text/css">
</head>
<body>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="-5 -10 110 140"></svg>
<script src="vendor/fullscreen-api-polyfill.js"></script>
<script src="vendor/snap.svg-min.js"></script>
<script src="vendor/jsfx.js"></script>
<script src="gravatar.js"></script>
<script src="sfx.js"></script>
<script src="common.js"></script>
<script src="client-using-server.js"></script>
</body>
</html>