-
Notifications
You must be signed in to change notification settings - Fork 1
/
slide.html
30 lines (30 loc) · 952 Bytes
/
slide.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
<!DOCTYPE html>
<html lang="cs">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Czechitas slide</title>
<link rel="shortcut icon" href="icons/icon-48x48.png" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap"
rel="stylesheet"
/>
<meta name="color-scheme" content="light dark" />
<meta name="theme-color" content="#000000" />
<link rel="manifest" href="webmanifest.json" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta
property="og:image"
content="https://intro.czechitas-podklady.cz/og-image.jpg"
/>
<script src="main.js" type="module"></script>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div id="output-page">
<img id="output" />
</div>
</body>
</html>