diff options
Diffstat (limited to 'src/public/zines.html')
-rw-r--r-- | src/public/zines.html | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/src/public/zines.html b/src/public/zines.html new file mode 100644 index 0000000..12b3b14 --- /dev/null +++ b/src/public/zines.html @@ -0,0 +1,32 @@ +<!doctype html> +<html lang="en"> + +<head> + <title>Mark's Kitchen - Zines</title> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> + <link rel="stylesheet" type="text/css" href="/css/styles.css"> + <style> + .thumbnail img{ + height: 500px; + display: block; + } + </style> +</head> + +<body> + <div> + <h1> + <a class="navigation" href="/" title="marks.kitchen"><</a> + Zines + </h1> + <div class="thumbnail"> + <a href="/static/pf6.pdf" title="Palace Flophouse 6"> + <img src="/static/pf6.png"> + <span>Palace Flophouse 6 (download pdf)</span> + </a> + </div> + </div> +</body> + +</html>
\ No newline at end of file |