initial commit

This commit is contained in:
2024-11-24 18:36:35 -06:00
commit 1ac6b4cc5f
10 changed files with 271 additions and 0 deletions

3
templates/base-end.html Normal file
View File

@@ -0,0 +1,3 @@
</div>
<footer>interesting footer text</footer>
</html>

10
templates/base-start.html Normal file
View File

@@ -0,0 +1,10 @@
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lucy's SSG</title>
<link href="site.css" rel="stylesheet">
</head>
<body>
<header>Lucy's SSG - <a href="index.html">About</a> - <a href="using.html">Basic Usage</a> - <a href="templates.html">Templates</a></header>
<div class="inner">