18 lines
350 B
HTML
18 lines
350 B
HTML
|
<!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>
|