site-neo/m4/main.html.m4

27 lines
575 B
Plaintext
Raw Normal View History

2023-02-17 09:32:32 -05:00
dnl template.m4.html v2.0-p1
2022-09-24 18:07:46 -04:00
dnl Part of the tape-and-string suite used to construct the website
2023-02-11 13:00:31 -05:00
ifdef(`DEBUG',`traceon')dnl
2023-02-17 11:15:53 -05:00
# ifdef(`_INFILE',`dnl ',`errprint(`Macro _INFILE is not defined')
# m4exit(1)')dnl
include(`lib.m4')dnl
include(`linkdata.m4')dnl
define(`_la',`_a(`argn(`1',$1),argn(`2',$1)')
2022-09-24 18:07:46 -04:00
<!DOCTYPE html>
<html>
<head>
<style>
2023-02-11 13:00:31 -05:00
@import url("/css/CSSI().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">
2023-02-17 11:15:53 -05:00
stack_foreach(`_LINK',`_la')
<a href="/">Home</a>
2023-02-05 06:47:27 -05:00
</div>
<div class="content">
2023-02-17 11:15:53 -05:00
# esyscmd(`./tape.sh' _INFILE)dnl
</div>
2022-09-24 18:07:46 -04:00
</body>
</html>