24 lines
454 B
HTML
24 lines
454 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>{{title}}</title>
|
|
<link rel="stylesheet" href="/style.css">
|
|
{{style}}
|
|
</head>
|
|
<body>
|
|
<div class="page-container">
|
|
<nav>
|
|
<a href="/">ily [dot] rs</a> |
|
|
<a href="/links/">links</a> |
|
|
<a href="/now/">now</a> |
|
|
sign the <a href="/g/">guestbook</a>
|
|
</nav>
|
|
|
|
{{form}}
|
|
|
|
{{entries}}
|
|
</div>
|
|
</body>
|
|
</html>
|