You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
488 B
HTML
15 lines
488 B
HTML
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>◊select['h1 doc] by T. S. Eliot</title>
|
|
<link rel="stylesheet" type="text/css" media="all" href="styles.css" />
|
|
</head>
|
|
<body>◊->html[doc]
|
|
◊(define prev-page (previous here))
|
|
◊when/block[prev-page]{
|
|
<div id="prev">← <a href="◊|prev-page|">◊(select 'h1 prev-page)</a></div>}
|
|
◊(define next-page (next here))
|
|
◊when/block[next-page]{
|
|
<div id="next"><a href="◊|next-page|">◊(select 'h1 next-page)</a> →</div>}
|
|
</body>
|
|
</html> |