site-neo/m4/main.html.m4

26 lines
609 B
Plaintext
Raw Normal View History

2023-02-17 14:32:32 +00:00
dnl template.m4.html v2.0-p1
2022-09-24 22:07:46 +00:00
dnl Part of the tape-and-string suite used to construct the website
2023-02-11 18:00:31 +00:00
ifdef(`DEBUG',`traceon')dnl
2023-02-18 23:45:41 +00:00
ifdef(`_INFILE',`dnl',`errprint(`Macro _INFILE is not defined')m4exit(1)')
2023-02-19 14:27:21 +00:00
changequote(`[',`]')dnl
ifdef([TITLE],[dnl],[define([TITLE], [Atlas48's Archives])dnl)])
changequote([`],['])dnl
include(`m4/lib.m4')dnl
2022-09-24 22:07:46 +00:00
<!DOCTYPE html>
<html>
<head>
<style>
2023-02-18 23:45:41 +00:00
@import url("/css/CSSI().css");
2022-09-24 22:07:46 +00:00
</style>
2023-02-01 21:08:28 +00:00
<title>TITLE</title>
2022-09-24 22:07:46 +00:00
</head>
<body>
2023-02-05 11:47:27 +00:00
<div class="header">
2023-02-17 18:17:33 +00:00
esyscmd(`awk -f awk/getlinks.awk dat/links.csv')dnl
2023-02-05 11:47:27 +00:00
</div>
<div class="content">
2023-02-19 16:34:10 +00:00
esyscmd(`./tape.sh' _INFILE)dnl
</div>
2022-09-24 22:07:46 +00:00
</body>
</html>