2023-02-01 16:08:28 -05:00
|
|
|
dnl template.m4.html v1.2
|
2022-09-24 18:07:46 -04:00
|
|
|
dnl Part of the tape-and-string suite used to construct the website
|
2023-02-09 09:19:42 -05:00
|
|
|
include(`m4/lib.m4')dnl
|
2022-09-24 18:07:46 -04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<style>
|
2023-02-05 06:47:27 -05:00
|
|
|
@include "/css/main.css";
|
2022-09-24 18:07:46 -04:00
|
|
|
</style>
|
2023-02-01 16:08:28 -05:00
|
|
|
<title>TITLE</title>
|
2022-09-24 18:07:46 -04:00
|
|
|
</head>
|
|
|
|
<body>
|
2023-02-05 06:47:27 -05:00
|
|
|
<div class="header">
|
|
|
|
<a href="/">/</a>
|
|
|
|
</div>
|
2022-10-04 17:42:16 -04:00
|
|
|
include(`/dev/stdin')dnl Probably not a good idea, but whatever.
|
2022-09-24 18:07:46 -04:00
|
|
|
</body>
|
|
|
|
</html>
|