site-neo/src/_tape/main.html.m4

16 lines
343 B
Plaintext
Raw Normal View History

2022-09-24 18:07:46 -04:00
dnl template.m4.html v1.0
dnl Part of the tape-and-string suite used to construct the website
2023-02-01 12:59:45 -05:00
include(LIB)dnl
2022-09-24 18:07:46 -04:00
<!DOCTYPE html>
<html>
<head>
<style>
@include "style.css";
</style>
<title>ifdef(`TITLE',TITLE,`Untitled Atlas48 Archive Page')</title>
</head>
<body>
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>