Files
firestuff/include/top.html
2019-04-25 03:18:54 +00:00

37 lines
909 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta name=viewport content="width=device-width, initial-scale=1.0">
<meta name=theme-color content=#000000>
<meta name=description content="flamingcow's external memory of technical how-to articles and other musings">
<meta name=author content="Ian &quot;flamingcow&quot; Gulliver">
<link rel=icon href="data:image/png;base64,<!--# include file="icon-cow.png.base64" -->">
<style>
<!--# include file="style.css" -->
</style>
<title><!--# echo var="title" default="where the flamingcow roams" --></title>
</head>
<body class="<!--# echo var="class" default="" -->">
<header>
<a href=.>where the flamingcow roams</a>
</header>
<main>
<!--# if expr="$title" -->
<article>
<!--# endif -->
<!--# if expr="$date" -->
<time><!--# echo var="date" --></time>
<!--# endif -->
<!--# if expr="$title" -->
<h1><!--# echo var="title" --></h1>
<!--# endif -->
<hr>