-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
18 lines (18 loc) · 1.07 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head>
<meta content="user-scalable=0, initial-scale=1,minimum-scale=1, maximum-scale=1, width=device-width, minimal-ui=1" name="viewport">
<link rel="stylesheet" type="text/css" href="gameStyle.css">
<script src="//cdn.jsdelivr.net/npm/[email protected]/dist/phaser.min.js" type="text/javascript">
</script>
<meta charset="utf-8">
<meta property="og:title" content="Sea Shooter | Game">
<meta property="og:description" content="This is my first game built with JavaScript using the framework Phaser. You are a charismatic octopus looking for a chest on an underwater environment filled with enemy creatures. Try to reach the treasure on time to hit the leaderboard!">
<meta property="og:image" content="https://raw.githubusercontent.com/Stricks1/shooterGame/development/readmeImg/gameReadme.png">
</meta>
<link rel="icon" type="image/png" sizes="16x16" href="/favicon.png"/>
<title>Sea Game</title>
</head>
<body>
</body>
</html>