1
0

slipstream

This commit is contained in:
dtb
2022-09-13 22:02:34 -04:00
parent 26a160819d
commit e805a3f4de
6 changed files with 30 additions and 13 deletions

View File

@@ -0,0 +1,2 @@
index.html: index.m4 ../head.m4 ../html.m4 ../navreturn.m4
m4 index.m4 >index.html

View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<HTML LANG="en">
define(`_TITLE', `slipstream')dnl
define(`_DESCRIPTION', `a love story')dnl
define(`_PAGE', `slipstream/')dnl
define(`_STYLE', `')dnl
include(`../html.m4')dnl
include(`../head.m4')dnl
<BODY>
include(`../navreturn.m4')dnl
<P>
_hyperlink(`slipstream.pdf', `PDF')
</P>
</BODY>
</HTML>

Binary file not shown.