-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (40 loc) · 1.21 KB
/
index.html
File metadata and controls
43 lines (40 loc) · 1.21 KB
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
<!doctype html >
<html lang="en">
<head>
<link rel="stylesheet" href="css/simple.min.css">
<link rel="stylesheet" href="css/annemarte.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Anne Marte's website</title>
</head>
<body>
<header>
<h1>Anne Marte's website</h1>
<p>Welcome, I guess ¯\_(ツ)_/¯</p>
</header>
<main>
<section role="banner">
<div class="menu">
<div class="menu_item"><a href="#">Home</a></div>
<div class="menu_item"><a href="#">Gotcha</a></div>
<div class="menu_item"><a href="#">Contact</a></div>
</div>
</section>
<section>
<p> A site for verification </p>
</section>
<section>
<figure>
<img alt="picture of a cat named Misa Misa" src="img/misamisa.jpeg">
<figcaption>MisaMisa for your pleasure</figcaption>
</figure>
</section>
</main>
<footer>
<nav>
<a href="https://www.linkedin.com/in/annemartehjemas">LinkedIn</a>
<a rel="me" href="https://masto.ai/@annemarte">Mastodon</a>
</nav>
</footer>
</body>
</html>