summaryrefslogtreecommitdiff
path: root/templates/orly-memes.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'templates/orly-memes.html.j2')
-rw-r--r--templates/orly-memes.html.j222
1 files changed, 22 insertions, 0 deletions
diff --git a/templates/orly-memes.html.j2 b/templates/orly-memes.html.j2
new file mode 100644
index 0000000..8555c06
--- /dev/null
+++ b/templates/orly-memes.html.j2
@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>O'RLY Memes</title>
+ <style>
+ img.meme {width: 24%;}
+ </style>
+ </head>
+ <body>
+
+ <h1>O'RLY Memes</h1>
+ <p>{% for meme in memes %}
+ <a href="{{ meme.orig }}"><img class=meme src="{{ meme.thumb }}"></a>{% endfor %}
+ </p>
+
+ <h1>Related links</h1>
+ <p>
+ <a href="https://www.reddit.com/r/orlybooks/">r/orlybooks/</a>
+ </p>
+
+ </body>
+</html>