23 lines
462 B
HTML
23 lines
462 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
|
||
|
<head>
|
||
|
<title>Sample Page</title>
|
||
|
|
||
|
<script src="../sitestat.js?remote-url=localhost:8081" async></script>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<h1>Testing Site</h1>
|
||
|
<nav>
|
||
|
<ul>
|
||
|
<li><a href="about.html">About</a></li>
|
||
|
</ul>
|
||
|
</nav>
|
||
|
<p>
|
||
|
This is a testing site used for testing the various features of <em>sitestat</em>.
|
||
|
</p>
|
||
|
<button id="test-button">Click me!</button>
|
||
|
</body>
|
||
|
|
||
|
</html>
|