initial template for static sites

This commit is contained in:
2026-03-13 17:36:14 -04:00
commit 7e3eaa09ea
6 changed files with 69 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<!DOCTYPE html>
<html>
<head><title>${REPO_NAME}</title></head>
<body>
<h1>${REPO_NAME}</h1>
</body>
</html>