summary refs log tree commit diff stats
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html58
1 files changed, 0 insertions, 58 deletions
diff --git a/index.html b/index.html
deleted file mode 100644
index 50125cf..0000000
--- a/index.html
+++ /dev/null
@@ -1,58 +0,0 @@
-<!DOCTYPE html>
-<html>
-  <head>
-    <meta charset="utf-8" />
-    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
-    <title>Home - mounderfod</title>
-    <link rel="icon" type="image/webp" href="/assets/img/planets/Planet-4.webp">
-    <meta name="description" content="Hello! :D My name is Noah, but I go by mounderfod. I am interested in music,
-    programming and video games." />
-    <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <link rel="stylesheet" href="/assets/index.css" />
-    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
-    <script src="/timedate.js"></script>
-    <link rel="me" href="https://github.com/mounderfod" />
-    <link rel="me" href="https://mastodon.sdf.org/@mounderfod" />
-    <span class="h-card" style="display: none;">
-      <p class="p-nickname">mounderfod</p>
-      <p class="p-given-name">Noah</p>
-      <a class="u-url" rel="me" href="https://mounderfod.online"></a>
-      <p class="p-country-name">United Kingdom</p>
-    </span>
-    <link rel="webmention" href="https://webmention.io/www.mounderfod.online/webmention" />
-  </head>
-  <body>
-    <marquee
-      ><p id="timedate" style="font-size: x-large">
-        The time is {} and the date is {}
-      </p></marquee
-    >
-    <div id="main">
-      <div class="logo-container">
-        <a href="/"><img class="logo" src="/assets/img/wordart.webp" /></a><br />
-      </div>
-      <div id="container">
-        <div class="field">
-          <img src="assets/img/planets/Planet-1.webp" />
-          <a href="/about">
-            <h2><b>ABOUT</b></h2>
-          </a>
-        </div>
-        <div class="field">
-          <img src="assets/img/planets/Planet-2.webp" />
-          <a href="/blog">
-            <h2><b>BLOG</b></h2>
-          </a>
-        </div>
-        <div class="field">
-          <img src="assets/img/planets/Planet-3.webp" />
-          <a href="/projects">
-            <h2><b>PROJECTS</b></h2>
-          </a>
-        </div>
-    </div>
-    </div>
-  </body>
-</html>
-
-