This repository was archived by the owner on Aug 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (31 loc) · 1.44 KB
/
index.html
File metadata and controls
35 lines (31 loc) · 1.44 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/src/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>
Warhammer Underworlds Deck Builder and Deck's database.
</title>
<meta name="description"
content="Warhammer Underworlds deck builder.">
<meta property="og:title" content="Warhammer Underworlds Deck Builder." />
<meta property="og:description"
content="Warhammer Underworlds deck builder.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://wunderworlds.club">
<meta property="og:image" content="https://wunderworlds.club/wunderworlds_club.png">
<link rel="canonical" href="https://wunderworlds.club">
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap">
<link rel="apple-touch-icon" sizes="152x152" href="/touch-icon-ipad.png">
<link rel="apple-touch-icon" sizes="180x180" href="/touch-icon-iphone-retina.png">
<link rel="apple-touch-icon" sizes="167x167" href="/touch-icon-ipad-retina.png">
<link rel="preload" as="image" href="/Wunderworlds_Logo_sm.webp">
</head>
<body>
<div id="root"></div>
<div id="modal-root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>