Update index.html
This commit is contained in:
parent
1b02aaa7de
commit
5abb466762
|
@ -8,7 +8,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav>
|
<nav>
|
||||||
<a href="#index">Home</a> | <a href="#lorem">Lorem</a> | <a href="#stopwatch">Timer</a>
|
<a href="#index">Home</a> | <a href="#lorem">Lorem</a> | <a href="#stopwatch">Stopwatch</a> <a href="#download">Download</a> </a>
|
||||||
</nav>
|
</nav>
|
||||||
<div id="index" class="spapage">
|
<div id="index" class="spapage">
|
||||||
<h1>Spa test</h1>
|
<h1>Spa test</h1>
|
||||||
|
@ -28,6 +28,12 @@
|
||||||
|
|
||||||
</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>
|
||||||
|
|
Loading…
Reference in New Issue