about summary refs log tree commit diff stats
path: root/templates/index.html
diff options
context:
space:
mode:
authorAlan Pearce2023-09-23 19:34:24 +0200
committerAlan Pearce2023-09-23 19:34:24 +0200
commit84519249928010e18f1f4bf05aaa4297a18fca8c (patch)
treea4ce3f4a13a538efbc14d1a450bcc83b6fd7b364 /templates/index.html
parent09ea08a2194269f1005b0d08ab4a5a96e203d165 (diff)
downloadwebsite-84519249928010e18f1f4bf05aaa4297a18fca8c.tar.lz
website-84519249928010e18f1f4bf05aaa4297a18fca8c.tar.zst
website-84519249928010e18f1f4bf05aaa4297a18fca8c.zip
Make template names clearer
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html91
1 files changed, 0 insertions, 91 deletions
diff --git a/templates/index.html b/templates/index.html
deleted file mode 100644
index 1138e04..0000000
--- a/templates/index.html
+++ /dev/null
@@ -1,91 +0,0 @@
-<!doctype html>
-<html>
-  <head>
-    <meta charset="utf-8" />
-    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>Site Title</title>
-    <meta name="referrer" content="no-referrer-when-downgrade" />
-    <link
-      rel="alternate"
-      type="application/atom+xml"
-      title=""
-      href="/atom.xml"
-    />
-    <style></style>
-  </head>
-  <body>
-    <a class="skip" href="#main">Skip to main content</a>
-    <header>
-      <h2>
-        <a href="/" class="title">Site title</a>
-      </h2>
-      <nav>
-        <a href="/">Home</a>
-      </nav>
-    </header>
-    <main id="main">
-      <div id="content"></div>
-      <section>
-        <h2>Latest Posts</h2>
-        <ul class="h-feed">
-          <li class="h-entry">
-            <span>
-              <time
-                class="dt-published"
-                datetime="2000-12-31T12:33:02+02:00"
-                pubdate
-              >
-                2000-12-31
-              </time>
-            </span>
-            <a class="p-name u-url" href="/post/lorem-ipsum/">Lorem Ipsum</a>
-          </li>
-        </ul>
-      </section>
-      <section>
-        <h2>Elsewhere on the Internet</h2>
-        <ul>
-          <li>
-            <a class="u-email" rel="me" href="mailto:alan@alanpearce.eu"
-              >alan@alanpearce.eu</a
-            >
-          </li>
-          <li>
-            <a class="u-url" rel="me" href="https://codeberg.org/alanpearce/"
-              >Codeberg</a
-            >
-          </li>
-          <li>
-            <a class="u-url" rel="me" href="https://github.com/alanpearce/"
-              >GitHub</a
-            >
-          </li>
-          <li>
-            <a class="u-url" rel="me" href="https://gitlab.com/alanpearce/"
-              >GitLab</a
-            >
-          </li>
-          <li>
-            <a class="u-url" rel="me" href="https://ieji.de/@alanpearce"
-              >Mastodon</a
-            >
-          </li>
-          <li>
-            <a
-              class="u-url"
-              rel="me"
-              href="https://bsky.app/profile/alanpearce.eu"
-              >Bluesky</a
-            >
-          </li>
-        </ul>
-      </section>
-    </main>
-    <footer>
-      Licensed under a
-      <a rel="license" href="http://creativecommons.org/licenses/by/4.0/"
-        >Creative Commons Attribution 4.0 International License</a
-      >.
-    </footer>
-  </body>
-</html>