-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (39 loc) · 1.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Art Game · Scryfall</title>
<base href="/" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="og:title" content="Scryfall Art Game" />
<meta name="og:type" content="website" />
<meta
name="og:image"
content="https://assets.scryfall.com/icon.png?v=cb2efa3b7334b4428ab13c6f85673510"
/>
<meta name="og:url" content="https://artgame.scryfall.com/" />
<meta name="og:site_name" content="Scryfall" />
<meta name="og:description" content="Guess Magic: the Gathering cards using only the artwork" />
<meta name="description" content="Guess Magic: the Gathering cards using only the artwork" />
<link
rel="icon"
type="image/x-icon"
href="https://assets.scryfall.com/favicon.ico?v=cb2efa3b7334b4428ab13c6f85673510"
/>
<meta name="apple-mobile-web-app-title" content="Art Game" />
<link
rel="apple-touch-icon"
href="https://assets.scryfall.com/apple-touch-icon.png?v=cb2efa3b7334b4428ab13c6f85673510"
/>
<link
rel="icon"
sizes="196x196"
href="https://assets.scryfall.com/icon.png?v=cb2efa3b7334b4428ab13c6f85673510"
/>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>