summaryrefslogtreecommitdiff
path: root/index.tmpl
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2021-04-03 23:12:04 +0200
committerJulian T <julian@jtle.dk>2021-04-03 23:15:25 +0200
commit4cbc2eae6335222b74129c9eaedab39250c3b7b9 (patch)
tree109eb8b854896aa5b8e8777dbebcd08c615f578b /index.tmpl
parent556f61555c022946e80bd5815232867bfab77f6b (diff)
Moved to python based builder
Diffstat (limited to 'index.tmpl')
-rw-r--r--index.tmpl22
1 files changed, 0 insertions, 22 deletions
diff --git a/index.tmpl b/index.tmpl
deleted file mode 100644
index a9dfadb..0000000
--- a/index.tmpl
+++ /dev/null
@@ -1,22 +0,0 @@
-<html>
- <head>
- <meta charset="utf-8">
- <title>Jtle images</title>
- <link rel="icon" href="/favicon.png">
- <meta name="robots" content="noindex,nofollow">
- <style>
-img {
- width: 90%;
-}
-.group {
- background-color: lightgray;
- margin-bottom: 20px;
- padding: 10px;
-}
- </style>
- </head>
- <body>
- <p>Billeder taget på forskellige ferier etc, som jeg bruger til baggrund. Filer kan også findes <a href="https://git.jtle.dk/wallpapers">her</a>.</p>
- %BODY%
- </body>
-</html>