engine work
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user