aboutsummaryrefslogtreecommitdiff
path: root/src/public
diff options
context:
space:
mode:
Diffstat (limited to 'src/public')
-rw-r--r--src/public/pf6.pdfbin0 -> 55864797 bytes
-rw-r--r--src/public/pf6.pngbin0 -> 548793 bytes
-rw-r--r--src/public/zines.html32
3 files changed, 32 insertions, 0 deletions
diff --git a/src/public/pf6.pdf b/src/public/pf6.pdf
new file mode 100644
index 0000000..9c1504c
--- /dev/null
+++ b/src/public/pf6.pdf
Binary files differ
diff --git a/src/public/pf6.png b/src/public/pf6.png
new file mode 100644
index 0000000..e957df4
--- /dev/null
+++ b/src/public/pf6.png
Binary files differ
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">&lt;</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