-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (41 loc) · 1.9 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
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#176BAA" />
<meta property="og:locale" content="en" />
<meta property="og:title" content="Jelly Jumper | Excalibur Sample">
<meta property="og:description" content="High fidelity sample of a platforming game with jump physics inspired by Super Mario World!">
<meta property="og:url" content="https://excaliburjs.com/sample-jelly-jumper/" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="https://excaliburjs.com/sample-jelly-jumper/assets/social.jpg" />
<meta property="og:image" content="https://excaliburjs.com/sample-jelly-jumper/assets/social.jpg" />
<!-- TODO
<link rel="icon" href="./res/favicon.ico" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="./res/ex-social.jpg" />
<meta property="og:image" content="./res/ex-social.jpg" />
<meta property="og:url" content="https://excaliburjs.com/sample-tactics/" />
<meta property="og:title" content="Tiny Tactics | Excalibur Sample" />
<meta
name="description"
content="A small open source example Tactics game built in Excalibur.js"
/>
<meta
property="og:description"
content="A small open source example Tactics game built in Excalibur.js"
/>
<meta property="og:locale" content="en" />
<link rel="canonical" href="https://excaliburjs.com/sample-tactics/" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0"
/> -->
<title>Jelly Jumper | Excalibur Sample</title>
<link rel="stylesheet" href="./main.css" />
</head>
<body>
<script type="module" src="src/main.ts"></script>
</body>
</html>