civ/sandbox.html

18 lines
350 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Developer's Sandbox</title>
<script src="./sandbox/helloajax.js" type="text/javascript">
</script>
</head>
<body>
<nav>
<a href="./index.html">Main</a>
<a href="./sandbox.html">Sandbox</a>
</nav>
<h1>Developer's Sandbox</h1>
</body>
</html>