summaryrefslogtreecommitdiff
path: root/index.html
blob: 1873efc011e35bb3a6c99a4b100ce1c345538a59 (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
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title>Luhamus</title>
  <link rel="stylesheet" href="/style.css" />
</head>
<body>
  <div id="app">
    <header class="banner">
      <span>Luhamus</span>
    </header>

    <nav id="nav"></nav>

    <main>
      <h1>Hello and welcome!</h1>
      <p>My name is <strong>Rasmus Luha</strong>.<br>I am (graduated but nevertheless still) studying Computer Science with a focus on DevOps.</p>
      <!--  <p>You can reach me at <a href="mailto:you@example.com">you@example.com</a>.</p> -->
    </main>
  </div>
  <footer id="footer"></footer>
  <script src="/script.js"></script>
</body>
</html>