site-neo/m4/main.html.m4

23 lines
407 B
Plaintext

dnl template.m4.html v1.3-p1
dnl Part of the tape-and-string suite used to construct the website
include(`m4/lib.m4')dnl
<!DOCTYPE html>
<html>
<head>
<style>
@import url("/css/main.css");
</style>
<title>TITLE</title>
</head>
<body>
<hr />
<div class="header">
<a href="/">Home</a>
</div>
<hr />
<div class="content">
include(`/dev/stdin')dnl Probably not a good idea, but whatever.
</div>
</body>
</html>