-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (32 loc) · 1.09 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<link href='https://iconarchive.com/download/i81314/icons8/christmas-flat-color/christmas-tree.ico' rel='icon'>
</link>
</head>
<title>Min julklapp</title>
<meta charset="UTF-8">
<style>
body {font-family: "Lato", sans-serif}
.mySlides {display: none}
</style>
<body>
<!-- Page content -->
<div class="w3-content" style="max-width:2000px;margin-top:46px">
<center>
<div class="w3-container w3-content w3-center w3-padding-64" style="max-width:2000px;margin-top:46px">
<center>
Min julklapp är i form av en upplevelse under våren/sommaren.
<br> <br>
Teater:<br>
<br>
<iframe width="1560" height="1315" src="https://www.youtube.com/embed/s_-BkqX3fxs" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<br><br>Badhus:
<br>
<img src="https://www.noje.se/uploads/articles/be92ca88c2b56c2e5f9dbe72d8abb7a5.jpg" alt="Badhus">
</center>
</div>
</center>
</div>
</body>
</html>