summary refs log blame commit diff stats
path: root/index.html
blob: 7d3234b45dfd10266cd42a5f47b403ba39689a36 (plain) (tree)










































                                                                                            
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <title>mounderfod</title>
    <meta name="description" content="" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <link rel="stylesheet" href="index.css" />
    <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">
      <img class="logo" src="img/wordart.png" /><br />
      <div id="container">
        <div class="field">
          <img src="img/planets/Planet-1.png" />
          <a href="/about.html">
            <h2><b>ABOUT</b></h2>
          </a>
        </div>
        <div class="field">
          <img src="img/planets/Planet-2.png" />
          <a href="/blog.html">
            <h2><b>BLOG</b></h2>
          </a>
        </div>
        <div class="field">
          <img src="img/planets/Planet-3.png" />
          <a href="/projects.html">
            <h2><b>PROJECTS</b></h2>
          </a>
        </div>
      </div>
    </div>
  </body>
</html>