Working content

This commit is contained in:
Ian Gulliver
2019-04-14 17:34:34 +00:00
parent 1d80233c57
commit de8cc95a70
12 changed files with 99 additions and 69 deletions

9
include/page-head.html Normal file
View File

@@ -0,0 +1,9 @@
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon">
<style type="text/css">
<!--# include file="style.css" -->
</style>
<title><!--# echo var="title" default="where the flamingcow roams" --></title>
</head>