Update index.html

This commit is contained in:
Michael Nolan 2022-10-17 09:19:39 +00:00
parent 1b02aaa7de
commit 5abb466762
1 changed files with 8 additions and 2 deletions

View File

@ -8,7 +8,7 @@
</head> </head>
<body> <body>
<nav> <nav>
<a href="#index">Home</a>&nbsp;|&nbsp;<a href="#lorem">Lorem</a>&nbsp;|&nbsp;<a href="#stopwatch">Timer</a> <a href="#index">Home</a>&nbsp;|&nbsp;<a href="#lorem">Lorem</a>&nbsp;|&nbsp;<a href="#stopwatch">Stopwatch</a>&nbsp;<a href="#download">Download</a>&nbsp</a>
</nav> </nav>
<div id="index" class="spapage"> <div id="index" class="spapage">
<h1>Spa test</h1> <h1>Spa test</h1>
@ -28,7 +28,13 @@
</div> </div>
</div> </div>
<div id="download" class="spapage">
<h1>Download</h1>
<br>
<a href="https://gitlab.tesses.net/tesses50/spatest.git">This pages source</a>
<a href="https://downloads.tesses.net/lib/js/spa.zip">SPA Library</a>
</div>
<script src="./js/spa.js"></script> <script src="./js/spa.js"></script>
<script src="./js/stopwatch.js"></script> <script src="./js/stopwatch.js"></script>
</body> </body>
</html> </html>