ensure template valid

This commit is contained in:
Your Name
2025-05-04 14:07:27 +12:00
parent 0bc78f353f
commit 395c9deb45
17 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1,9 @@
<html>
<head>
<title>Static Site</title>
</head>
<body>
<h1>Static Site</h1>
<p>This is a static site.</p>
</body>
</html>