-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathelm-land.json
72 lines (72 loc) · 2.15 KB
/
elm-land.json
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"app": {
"elm": {
"development": { "debugger": true },
"production": { "debugger": false }
},
"env": [],
"html": {
"attributes": {
"html": { "lang": "en" }
},
"title": "The Wizard Frogy",
"meta": [
{ "charset": "UTF-8" },
{ "http-equiv": "X-UA-Compatible", "content": "IE=edge" },
{
"name": "viewport",
"content": "width=device-width, initial-scale=1.0"
},
{
"property": "og:title",
"content": "The Wizard Frogy"
},
{
"property": "og:description",
"content": "The Wizard Frogy is a game where you have to help Frogy to catch the stars."
},
{
"name": "game:image",
"property": "og:image",
"content": "https://the-wizard-frogy.netlify.app/assets/images/og-image.jpg"
}
],
"link": [
{
"property": "image",
"href": "https://the-wizard-frogy.netlify.app/assets/images/og-image.jpg"
},
{ "rel": "stylesheet", "href": "css/styles.css" },
{ "rel": "stylesheet", "href": "css/effects.css" },
{
"rel": "stylesheet",
"href": "https://fonts.googleapis.com/css?family=Roboto"
},
{
"rel": "stylesheet",
"href": "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
},
{
"href": "https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css",
"rel": "stylesheet",
"integrity": "sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM",
"crossorigin": "anonymous"
}
],
"script": [
{
"src": "https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js",
"integrity": "sha384-geWF76RCwLtnZ8qwWowPQNguL3RmwHVBC9FhGdlKrxdiJJigb/j/68SIy3Te4Bkz",
"crossorigin": "anonymous"
},
{
"src": "https://kit.fontawesome.com/1ef95e3ea9.js",
"crossorigin": "anonymous"
}
]
},
"router": {
"useHashRouting": false
}
}
}