initial commit
This commit is contained in:
3
templates/base-end.html
Normal file
3
templates/base-end.html
Normal file
@@ -0,0 +1,3 @@
|
||||
</div>
|
||||
<footer>interesting footer text</footer>
|
||||
</html>
|
10
templates/base-start.html
Normal file
10
templates/base-start.html
Normal 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">
|
Reference in New Issue
Block a user