-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (41 loc) · 1.56 KB
/
Copy pathindex.html
File metadata and controls
41 lines (41 loc) · 1.56 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
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="title" content="Cube Level Mdinight" />
<meta property="og:title" content="Cube Level Midnight" />
<meta
name="description"
content="Create, manage and draft Magic the Gathering cubes with your buds."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://cubelevelmidnight.com" />
<title>Cube Level Midnight</title>
<link
href="https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,400;0,700;1,400&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet"
/>
<link href="/css/style-hub.css" rel="stylesheet" />
<link href="/images/icon.svg" rel="icon" type="image/svg+xml" />
<link rel="manifest" href="/manifest.json" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="apple-mobile-web-app-title" content="CLM" />
<link rel="apple-touch-icon" href="/images/icon.svg" size="144x144" />
<meta name="theme-color" content="#6200ea" />
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="hover-preview"></div>
<div id="root"></div>
</body>
</html>