2017-05-30 06:52:58 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>Developer's Sandbox</title>
|
2017-06-10 16:13:19 +00:00
|
|
|
<script src="./resources/frameworks/jquery-3.2.1.min.js" type="text/javascript"></script>
|
2017-06-10 16:24:40 +00:00
|
|
|
<script src="./resources/sandbox/sandbox.js" type="text/javascript"></script>
|
2017-06-15 16:34:32 +00:00
|
|
|
<link rel="stylesheet" href="resources/global/style.css">
|
2017-05-30 06:52:58 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<nav>
|
|
|
|
<a href="./index.html">Main</a>
|
|
|
|
<a href="./sandbox.html">Sandbox</a>
|
2017-06-10 16:06:11 +00:00
|
|
|
<a href="./game.html">Game</a>
|
2017-06-15 16:10:05 +00:00
|
|
|
<a href="./rules.html">Rules</a>
|
|
|
|
<a href="./questions.html">Questions</a>
|
2017-05-30 06:52:58 +00:00
|
|
|
</nav>
|
2017-06-15 16:11:49 +00:00
|
|
|
|
2017-05-30 06:52:58 +00:00
|
|
|
<h1>Developer's Sandbox</h1>
|
2017-06-01 09:21:45 +00:00
|
|
|
|
2017-06-15 16:11:49 +00:00
|
|
|
<!-- h2>ATOM Live Server Stuff</h2>
|
|
|
|
<p id="atom-players"></p -->
|
2017-06-01 09:21:45 +00:00
|
|
|
|
|
|
|
<h2>ButtonPresents Stuff</h2>
|
2017-06-10 16:13:19 +00:00
|
|
|
|
2017-06-15 06:14:57 +00:00
|
|
|
<table id="hello-table">
|
2017-06-10 16:13:19 +00:00
|
|
|
<tr>
|
|
|
|
<th>Data Requests</th>
|
|
|
|
<th>Data Responses</th>
|
|
|
|
</tr>
|
|
|
|
</table>
|
2017-05-30 06:52:58 +00:00
|
|
|
</body>
|
|
|
|
</html>
|