summaryrefslogtreecommitdiff
path: root/index.html
blob: 1ca2a03bf7c2c1584f7e2a0ca82061bfa0024a94 (plain)
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
<!DOCTYPE html>
<html lang=en>
  <head>
    <title>Gustaf Rydholm's Webpage</title>
    <link rel="stylesheet" type="text/css" href="style.css">
    <meta charset="utf-8">
  </head>
  <body>
     <header>
        <h1>Gustaf Rydholm's Webpage</h1>
      </header>
      <nav>
        <ul>
          <a href="https://gustafrydholm.xyz"><li>Home</li></a>
          <a href="about.html"><li>About</li></a>
          <a href="blog.html"><li>Blog</li></a>
          <a href="contact.html"><li>Contact</li></a>
        </ul>
      </nav>
    <main>
      <br />
      <p>Hello, world!</p>
      <p>Various software and scripts I maintain and develop (replication x3):</p>
      <footer><a href="https://git.gustafrydholm.xyz"><li><img src="images/git.png" alt="Private Git Server"></li></a><a href="https://github.com/aktersnurra"><li><img src="images/github.png" alt="GitHub"></li></a><a href="https://gitlab.com/aktersnurra"><li><img src="images/gitlab.png" alt="GitLab"></li></a></footer>
      <p>TBC...</p>
      <footer><a href="https://landchad.net"><img src="images/landchad.gif" alt="LandChad.net"></a></footer>
    </main>
  </body>
</html>