-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathom.html
More file actions
49 lines (40 loc) · 1.86 KB
/
om.html
File metadata and controls
49 lines (40 loc) · 1.86 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
44
45
46
47
48
49
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tobias' Website</title>
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/om.css">
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
</head>
<body>
<div class="navigationsbar"> <!--Baren med links i toppen-->
<ul>
<li><a href="forside.html">Forside</a></li> <!--Til forsiden-->
<li><a href="billeder.html">Billeder</a></li> <!--Til billeder-->
<li><a href="mcd.html">Vigtigeste sted</a></li> <!--Til det vigtigeste sted-->
<li><a href="nedtaelling.html">Nedtælling</a></li> <!--Til nedtællinger-->
<li><a href="downloads.html">Downloads</a></li> <!--Til downloads-->
<li><a href="om.html" class="active" >Om</a></li> <!--Lidt om mig-->
</ul>
</div>
<div class="container"> <!--Samling-->
<img src="images/lectiobillede.jfif" alt="Tobias' lectiobillede" class="lectiobillede">
<h1>Tobias' Blå bog</h1>
<div class="info"> <!--Alt infoen-->
<p><b>Fulde navn: </b>John <b><u>Tobias</u></b> Erkeby Larsen</p>
<p><b>Kaldenavn: </b>John Bøf, Bøf John, Store John, Jihn, John. m.fl. </p>
<p><b>Bopæl: </b>Knastebakken 249, 2750 Ballerup</p>
<p><b>Interesser: </b>Kommer snart...</p>
<p><b>Fun facts: </b>Kommer snart...</p>
<p><b>Andet: </b>Kommer måske???</p>
</div>
</div>
</body>
<div class="links"><!--Links i bunden-->
<a href="https://www.instagram.com/Tobias_erkeby">Instagram</a>
<a href="https://www.snapchat.com/add/Tobias_erkeby">Snapchat</a>
<a href="https://www.tiktok.com/@Tobias_erkeby">TikTok</a>
</div>
</html>