-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (29 loc) · 1.13 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- meta tags: HTML -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width" />
<title>Souvenirs</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Heebo">
<link rel="stylesheet" href="./assets/styles/style.css">
<link rel="icon"
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>😻</text></svg>">
</head>
<body>
<template id="template-img">
<img src="" class="skeleton" />
</template>
<main>
<article></article>
<div class="div-modal">
<button id="bt-modal" title="close">[ X ]</button>
<iframe id="yt-video" src="https://www.youtube-nocookie.com/embed/CZtF882vp58" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
<span id="sp_title">the lion king</span>
</div>
</main>
<script src="assets/scripts/main.js"></script>
</body>
</html>