38 lines
876 B
HTML
38 lines
876 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="Ian "flamingcow" Gulliver's external memory of technical how-to articles and other musings">
|
|
<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" -->>
|
|
|
|
<header>
|
|
<h1><a href=.>where the flamingcow roams</a></h1>
|
|
</header>
|
|
|
|
<main>
|
|
|
|
<!--# if expr="$title" -->
|
|
<article>
|
|
<!--# endif -->
|
|
|
|
<!--# if expr="$date" -->
|
|
<aside>
|
|
<h4><!--# echo var="date" --></h4>
|
|
</aside>
|
|
<!--# endif -->
|
|
|
|
<!--# if expr="$title" -->
|
|
<h2><!--# echo var="title" --></h2>
|
|
<!--# endif -->
|
|
|
|
<hr>
|