23 lines
433 B
Plaintext
23 lines
433 B
Plaintext
dnl template.m4.html v1.4-p1
|
|
dnl Part of the tape-and-string suite used to construct the website
|
|
ifdef(`DEBUG',`traceon')dnl
|
|
include(`m4/lib.m4')dnl
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
@import url("/css/CSSI().css'");
|
|
</style>
|
|
<title>TITLE</title>
|
|
</head>
|
|
<body>
|
|
<div class="header">
|
|
<a href="/">Home</a>
|
|
</div>
|
|
<div class="content">
|
|
temp
|
|
dnl include(`/dev/stdin')dnl Probably not a good idea, but whatever.
|
|
</div>
|
|
</body>
|
|
</html>
|