-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (23 loc) · 831 Bytes
/
index.html
File metadata and controls
31 lines (23 loc) · 831 Bytes
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
<!DOCTYPE html>
<html lang="no">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mine første øvelser</title>
</head>
<body>
<h1>Mine To Første-HTML Øvelser!</h1>
<h2>Dette er mine to første HTML-øvelser fra Angela Yus Web Developer Bootcamp 😊</h2>
<hr />
<h3><a href="./public/filmliste.html">Mine Tre Favorittfilmer!</a></h3>
<a href="./public/filmliste.html"><img src="./images/movieposters.png" height="300"/></a>
<hr />
<h3><a href="./public/shinto.html">Fakta Om Shinto</a></h3>
<a href=""></a>
<a href="./public/shinto.html"><img src="./images/torii_gate.jpg" height="300"/></a>
<hr />
<br />
<a href="./public/om.html">Om Meg</a> <a href="./public/kontakt.html">Kontakt</a>
<br />
</body>
</html>