-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlectio.html
More file actions
47 lines (37 loc) · 1.94 KB
/
lectio.html
File metadata and controls
47 lines (37 loc) · 1.94 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
<!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/lectio.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" class="active">Downloads</a></li> <!--Til downloads-->
<li><a href="om.html">Om</a></li> <!--Lidt om mig-->
</ul>
</div>
<body>
<div class="container"> <!--Samling-->
<h1>Lectio fravær på skema</h1>
<img src="images/lectiofravaer2.png" style="width: 100%;" alt="Lectio fravær">
<a href="download/Fravær UNZIP MIG.zip" download="UNZIP MIG" class="button">Lectio Fravær Addon</a>
</div>
<!-- Indlejret video -->
<iframe width="560" height="315" src="https://www.youtube.com/embed/hAC3RrdauIc?si=5WhPeXJCLKeaoLJ8" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen="true"></iframe>
</body>
</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>