Atlas Cove
31141ee3dd
main.html.m4: fix css import, add hr elements cp README.MD in/doc.md mv main.css main.scss
23 lines
407 B
Plaintext
23 lines
407 B
Plaintext
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
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
@import url("/css/main.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>
|
|
</body>
|
|
</html>
|