-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (40 loc) · 1.66 KB
/
index.html
File metadata and controls
43 lines (40 loc) · 1.66 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
42
43
<!DOCTYPE html>
<html lang="en-US">
<head>
<link rel="apple-touch-icon" sizes="180x180"
href="/uncube/apple-touch-icon.jpg" />
<link rel="manifest" href="/uncube/quisido.webmanifest" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="shortcut icon" href="/uncube/favicon.jpg" type="image/jpeg" />
<link rel="stylesheet" href="./src/index.scss" type="text/css" />
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?display=swap&family=Noto+Sans:wght@400,700&family=Noto+Sans+Display:wght@700"
type="text/css" />
<link rel="stylesheet"
href="https://unpkg.com/@saeris/typeface-beleren-bold@latest/index.css"
type="text/css" />
<meta charset="utf-8" />
<meta name="application-name" content="Uncube" />
<meta name="color-scheme" content="dark" />
<meta name="format-detection"
content="address=no, date=no, email=no, telephone=no, url=no" />
<meta name="robots" content="follow, index, indexifembedded" />
<meta name="view-transition" content="same-origin" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta property="og:email" content="uncube@mtgeni.us" />
<title>Uncube</title>
</head>
<body>
<header>
<input accesskey="f" autocomplete="off" name="card-name"
placeholder="Filter by card name" size="32" type="text" value="" />
<label>
<input name="banned" type="checkbox" />
Show banned cards
</label>
</header>
<main></main>
<script src="./src/index.ts" type="module"></script>
</body>
</html>