engine work

This commit is contained in:
2023-02-11 16:22:16 +00:00
parent 5f3aff6184
commit b65e02d9ee
3 changed files with 11 additions and 6 deletions

View File

@@ -1,20 +1,21 @@
dnl template.m4.html v1.3-p1
dnl Part of the tape-and-string suite used to construct the website
include(`m4/lib.m4')dnl
ifdef(`CSS_INC',`', define(`CSS_INC', `main'))dnl
ifelse(CSS_INC,`dnd',define(`CSS_INC',`dnd'))dnl
define(`_CSS',`/css/CSS_INC.css')dnl
<!DOCTYPE html>
<html>
<head>
<style>
@import url("/css/main.css");
@import url("_CSS");
</style>
<title>TITLE</title>
</head>
<body>
<hr />
<div class="header">
<a href="/">Home</a>
</div>
<hr />
<div class="content">
include(`/dev/stdin')dnl Probably not a good idea, but whatever.
</div>