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-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-05-30 06:52:58 +00:00
|
|
|
</nav>
|
|
|
|
<h1>Developer's Sandbox</h1>
|
2017-06-01 09:21:45 +00:00
|
|
|
|
|
|
|
<h2>ATOM Live Server Stuff</h2>
|
|
|
|
<p id="atom-players"></p>
|
|
|
|
|
|
|
|
<h2>ButtonPresents Stuff</h2>
|
2017-06-10 16:13:19 +00:00
|
|
|
|
|
|
|
<table>
|
|
|
|
<tr>
|
|
|
|
<th>Data Requests</th>
|
|
|
|
<th>Data Responses</th>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Hello World</td>
|
2017-06-10 16:24:40 +00:00
|
|
|
<td id="hello-world"></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Hello Data</td>
|
|
|
|
<td id="hello-data"></td>
|
2017-06-10 16:13:19 +00:00
|
|
|
</tr>
|
2017-06-10 16:53:50 +00:00
|
|
|
<tr>
|
|
|
|
<td>Hello Players</td>
|
|
|
|
<td id= "hello-players"></td>
|
|
|
|
</tr>
|
2017-06-10 16:13:19 +00:00
|
|
|
</table>
|
2017-05-30 06:52:58 +00:00
|
|
|
</body>
|
|
|
|
</html>
|