-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (36 loc) · 1.78 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
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="apple-touch-icon" sizes="180x180" href="/icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/icons/favicon-16x16.png">
<link rel="manifest" href="/icons/site.webmanifest">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300;400;700&display=swap" rel="stylesheet">
<!-- HTML Meta Tags -->
<title>ETHBrno²</title>
<meta name="description" content="PRIVACY & SECURITY EDITION HACKATHON">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://ethbrno.pages.dev/">
<meta property="og:type" content="website">
<meta property="og:title" content="ETHBrno²">
<meta property="og:description" content="PRIVACY & SECURITY EDITION HACKATHON">
<meta property="og:image" content="https://ethbrno.pages.dev/ogbrno.png">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="ethbrno.pages.dev">
<meta property="twitter:url" content="https://ethbrno.pages.dev/">
<meta name="twitter:title" content="ETHBrno²">
<meta name="twitter:description" content="PRIVACY & SECURITY EDITION HACKATHON">
<meta name="twitter:image" content="https://ethbrno.pages.dev/ogbrno.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Plausible -->
<script defer data-domain="ethbrno.cz" src="https://x.gwei.cz/js/script.js"></script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>