update from sparkleup

This commit is contained in:
Madison Scott-Clary 2020-04-08 23:45:04 -07:00
parent c09712d69b
commit 56c5b9bcc2
2 changed files with 19 additions and 0 deletions

Binary file not shown.

19
template.tpl Normal file
View File

@ -0,0 +1,19 @@
<!doctype html>
<html>
<head>
<title>%title%</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<meta name="viewport" content="width=device-width" />
</head>
<body>
<header>
<h1>%title%</h1>
</header>
<article class="content">
%content%
</article>
<footer>
<p>Page generated on %date%</p>
</footer>
</body>
</html>