-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (30 loc) · 1.34 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/jumpnbump.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Jump 'n Bump | Web Game</title>
<meta
name="description"
content="Play the beloved multiplayer Jump 'n Bump video game in your web browser. Hop around with your cute furry rabbit friends as they proceed on their rampage..."
/>
<meta
name="keywords"
content="jump 'n bump, jumpbump, jumpnbump, rabbits, video game, multiplayer, DOS, 1998, brainchilddesign"
/>
<meta name="robots" content="index,follow" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://jumpnbump.net/" />
<meta property="og:title" content="Jump 'n Bump | Video Game" />
<meta
property="og:description"
content="Play the beloved multiplayer Jump 'n Bump video game in your web browser. Hop around with your cute furry rabbit friends as they proceed on their rampage..."
/>
<meta property="og:image" content="/screenshot-large.jpg" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/web/app.tsx"></script>
</body>
</html>