diff options
author | Oxore <oxore@protonmail.com> | 2019-09-29 18:47:44 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2019-09-29 18:47:44 +0300 |
commit | 4c346e747ea7110ea4d95f0d62293b9601b2b590 (patch) | |
tree | 542f52f59c7fa34931d48c45c932f84b561d5b2f /templates/oreily-memes.html.j2 | |
parent | 057ccd0a39eaf7ef3c9e6cf3e70044cac14c6bcf (diff) |
Diffstat (limited to 'templates/oreily-memes.html.j2')
-rw-r--r-- | templates/oreily-memes.html.j2 | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/templates/oreily-memes.html.j2 b/templates/oreily-memes.html.j2 deleted file mode 100644 index b1a8ce0..0000000 --- a/templates/oreily-memes.html.j2 +++ /dev/null @@ -1,22 +0,0 @@ -<!DOCTYPE html> -<html> - <head> - <title>O'Reily Memes</title> - <style> - img.meme {width: 24%;} - </style> - </head> - <body> - - <h1>O'Reily 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> |