summaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html46
1 files changed, 0 insertions, 46 deletions
diff --git a/templates/index.html b/templates/index.html
deleted file mode 100644
index 666cc01..0000000
--- a/templates/index.html
+++ /dev/null
@@ -1,46 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-
- <link rel="stylesheet" href="/style.css">
- <title>davidovski.xyz</title>
- </head>
- <body>
- <div class="main">
- <div class="header">
- <a href="https://davidovski.xyz/"<h1 class="title">davidovski.xyz</h1></a>
- <hr>
- <div class="links">
- <a href="https://github.com/davidovski">git</a>
- |
- <a href="https://osu.ppy.sh/users/11140827">osu</a>
- |
- <a href="https://myanimelist.net/animelist/davidovski">mal</a>
- |
- <a href="https://orangepeel.pw/">op</a>
- ||
- <a style="color: var(--red);" href="https://davidovski.xyz/m">m</a>
- |
- <a style="color: var(--red);" href="https://davidovski.xyz/f">f</a>
- |
- <a style="color: var(--red);" href="https://davidovski.xyz/s">s</a>
- ||
- <a style="color: var(--green)" href="http://chat.davidovski.xyz/">chat</a>
- |
- <a style="color: var(--green)" href="mailto:david@davidovski.xyz">mail</a>
- |
- <a style="color: var(--green)" href="/rss.xml">rss</a>
- </div>
- </div>
-
- <hr>
- <p>welcome to my site</p>
- <hr>
- <div class="entries">
- %entries%
- </div>
- </div>
-
- </body>
-</html>