19 lines
346 B
Plaintext
19 lines
346 B
Plaintext
dnl template.m4.html v1.2
|
|
dnl Part of the tape-and-string suite used to construct the website
|
|
include(LIB)dnl
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
@include "/css/main.css";
|
|
</style>
|
|
<title>TITLE</title>
|
|
</head>
|
|
<body>
|
|
<div class="header">
|
|
<a href="/">/</a>
|
|
</div>
|
|
include(`/dev/stdin')dnl Probably not a good idea, but whatever.
|
|
</body>
|
|
</html>
|