-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·38 lines (33 loc) · 1.78 KB
/
index.html
File metadata and controls
executable file
·38 lines (33 loc) · 1.78 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Holes!!!</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="./game/images/ui/title.png" type="image/x-icon">
<!-- SEO Meta Tags -->
<meta name="description" content="A free 2D survival game. Build, mine, and explore an infinite world. Gather resources and team up with friends to survive.">
<meta name="keywords" content="2D survival game, free game, mining game, building game, multiplayer, sandbox, infinite world, Holes game">
<meta name="author" content="Your Studio or Name">
<!-- Open Graph for Social Media Sharing -->
<meta property="og:title" content="Holes!!! - Free 2D Survival Game">
<meta property="og:description" content="Build, mine, and survive in an infinite 2D world. Play solo or with friends in this free browser-based game.">
<meta property="og:image" content="https://yourdomain.com/game/images/title.png">
<meta property="og:url" content="https://yourdomain.com/">
<meta property="og:type" content="website">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Holes!!! - Free 2D Survival Game">
<meta name="twitter:description" content="Mine, build, and team up to survive an endless 2D world. Free to play.">
<meta name="twitter:image" content="https://yourdomain.com/game/images/title.png">
</head>
<body style="background-color: rgb(63, 47, 33);">
<div>
<img src="game/images/title.png">
<h1 style="color: white;">Menu:</h1>
<a class="b" href="game/">Game</a>
<a class="b" href="Server_settings/">Server Settings</a>
</div>
</body>
</html>