summary refs log tree commit diff stats
path: root/index.html
blob: 8795390c4cfd59f16874c55c3e90c8bfd1120202 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <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" />
    <title>Home - mounderfod</title>
    <link rel="icon" type="image/png" href="/assets/img/planets/Planet-4.png">
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
    <script src="timedate.js"></script>
  </head>
  <body>
    <marquee
      ><p id="timedate" style="font-size: x-large">
        The time is {} and the date is {}
      </h2></marquee
    >
    <div id="main">
      <div class="logo-container">
      <img class="logo" src="assets/img/wordart.png" /><br />
      </div>
      <div id="container">
        <div class="field">
          <img src="assets/img/planets/Planet-1.png" />
          <a href="/about">
            <h2><b>ABOUT</b></h2>
          </a>
        </div>
        <div class="field">
          <img src="assets/img/planets/Planet-2.png" />
          <a href="/blog">
            <h2><b>BLOG</b></h2>
          </a>
        </div>
        <div class="field">
          <img src="assets/img/planets/Planet-3.png" />
          <a href="/projects">
            <h2><b>PROJECTS</b></h2>
          </a>
        </div>
      </div>
    </div>
  </body>
</html>