site-neo/src/_tape/main.html.m4
2023-02-01 17:59:45 +00:00

16 lines
343 B
Plaintext

dnl template.m4.html v1.0
dnl Part of the tape-and-string suite used to construct the website
include(LIB)dnl
<!DOCTYPE html>
<html>
<head>
<style>
@include "style.css";
</style>
<title>ifdef(`TITLE',TITLE,`Untitled Atlas48 Archive Page')</title>
</head>
<body>
include(`/dev/stdin')dnl Probably not a good idea, but whatever.
</body>
</html>