2019-04-24 02:39:56 +00:00
|
|
|
<!doctype html>
|
2019-04-14 22:49:16 +00:00
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
|
|
<head>
|
2019-04-24 02:39:56 +00:00
|
|
|
<meta name=viewport content="width=device-width, initial-scale=1.0">
|
|
|
|
|
<meta name=theme-color content=#000000>
|
2019-04-25 03:18:54 +00:00
|
|
|
<meta name=description content="flamingcow's external memory of technical how-to articles and other musings">
|
|
|
|
|
<meta name=author content="Ian "flamingcow" Gulliver">
|
2019-04-24 04:00:35 +00:00
|
|
|
<link rel=icon href="data:image/png;base64,<!--# include file="icon-cow.png.base64" -->">
|
2019-04-14 22:49:16 +00:00
|
|
|
<style>
|
|
|
|
|
<!--# include file="style.css" -->
|
|
|
|
|
</style>
|
|
|
|
|
<title><!--# echo var="title" default="where the flamingcow roams" --></title>
|
|
|
|
|
</head>
|
2019-04-14 17:34:34 +00:00
|
|
|
|
2019-04-25 03:18:54 +00:00
|
|
|
<body class="<!--# echo var="class" default="" -->">
|
2019-04-14 22:49:16 +00:00
|
|
|
|
|
|
|
|
<header>
|
2019-04-25 03:18:54 +00:00
|
|
|
<a href=.>where the flamingcow roams</a>
|
2019-04-14 22:49:16 +00:00
|
|
|
</header>
|
2019-04-14 17:34:34 +00:00
|
|
|
|
|
|
|
|
<main>
|
2019-04-14 19:03:54 +00:00
|
|
|
|
|
|
|
|
<!--# if expr="$title" -->
|
2019-04-14 17:34:34 +00:00
|
|
|
<article>
|
2019-04-14 19:03:54 +00:00
|
|
|
<!--# endif -->
|
|
|
|
|
|
2019-04-14 22:49:16 +00:00
|
|
|
<!--# if expr="$date" -->
|
2019-04-25 03:18:54 +00:00
|
|
|
<time><!--# echo var="date" --></time>
|
2019-04-14 22:49:16 +00:00
|
|
|
<!--# endif -->
|
|
|
|
|
|
|
|
|
|
<!--# if expr="$title" -->
|
2019-04-25 03:18:54 +00:00
|
|
|
<h1><!--# echo var="title" --></h1>
|
2019-04-14 22:49:16 +00:00
|
|
|
<!--# endif -->
|
|
|
|
|
|
|
|
|
|
<hr>
|