Add test page

This commit is contained in:
Zoey 2021-08-17 10:18:17 -07:00
parent fcfecfc8c9
commit 41f9e49f30
2 changed files with 15 additions and 0 deletions

15
docs/test.html Normal file
View file

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head><meta charset="utf-8">
<link rel="stylesheet" href="/static/site.css">
<title>zoey.dev / Test Page</title><base href="https://zoey.dev"></head>
<body>
<h1>Heading</h1>
<p><em>Hi</em> there.</p>
</body>
</html>