update from sparkleup
This commit is contained in:
parent
c09712d69b
commit
56c5b9bcc2
Binary file not shown.
|
@ -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>
|
Loading…
Reference in New Issue