sitestat/test-site/about.html

18 lines
350 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<title>About this Site</title>
<script src="../sitestat.js?remote-url=localhost:8081" async></script>
</head>
<body>
<h1>About this Site</h1>
<a href="index.html">Back to index.html</a>
<p>
This is a page with information about this testing website.
</p>
</body>
</html>