Files
firestuff/include/top.html

38 lines
746 B
HTML
Raw Normal View History

2019-04-14 22:49:16 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<meta name="theme-color" content="#000000">
<link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon">
<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
<body>
2019-04-14 22:49:16 +00:00
<header>
<h1><a href="https://firestuff.org/">where the flamingcow roams</a></h1>
</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" -->
<aside>
<h4><!--# echo var="date" --></h4>
</aside>
<!--# endif -->
<!--# if expr="$title" -->
<h2><!--# echo var="title" --></h2>
<!--# endif -->
<hr>