23 lines
608 B
HTML
23 lines
608 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Developer's Sandbox</title>
|
|
<script src="https://code.jquery.com/jquery-3.2.1.min.js" type="text/javascript"></script>
|
|
<script src="./sandbox/helloajax.js" type="text/javascript"></script>
|
|
</head>
|
|
<body>
|
|
<nav>
|
|
<a href="./index.html">Main</a>
|
|
<a href="./sandbox.html">Sandbox</a>
|
|
<a href="./game.html">Game</a>
|
|
</nav>
|
|
<h1>Developer's Sandbox</h1>
|
|
|
|
<h2>ATOM Live Server Stuff</h2>
|
|
<p id="atom-players"></p>
|
|
|
|
<h2>ButtonPresents Stuff</h2>
|
|
<p id="button-hello"></p>
|
|
</body>
|
|
</html>
|