-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.php
More file actions
21 lines (20 loc) · 709 Bytes
/
Copy pathindex.php
File metadata and controls
21 lines (20 loc) · 709 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>SocketWar</title>
<link rel="stylesheet" href="assets/reset.css">
<link rel="stylesheet" href="assets/socketwar.css">
<link href='http://fonts.googleapis.com/css?family=Creepster' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Codystar' rel='stylesheet' type='text/css'>
<script src="http://code.jquery.com/jquery-2.0.3.min.js"></script>
<script src="assets/modernizr.js"></script>
<script src="assets/socketwar.js"></script>
</head>
<body>
<header>
<h1>Socket War</h1>
</header>
<div id="playground"></div>
</body>
</html>