-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (49 loc) · 2.43 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
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Plateform Game</title>
<meta property="og:type" name="og:type" content="website" />
<meta property="og:title" name="og:title" content="Plateform-Game • The Plateform site">
<meta name="description" name="description"
content="Plateform-Game is a game open source coded in Java, with a launcher in C# ! Download here :D !">
<meta name="og:description" property="og:description"
content="Plateform-Game is a game open source coded in Java, with a launcher in C# ! Download here :D !">
<meta property="og:url" name="og:url" content="https://plateform-game.github.io" />
<meta property="og:site_name" name="og:site_name" content="plateform-game.github.io" />
<meta property="og:keywords" name="og:keywords" content="GitHub pages,Java,C#,Game,Launcher,One page site" />
<link rel="stylesheet" href="./header.css">
<script defer async src="./static/js/jquery-3.5.1.min.js"></script>
<script defer async src="./static/js/download.min.js"></script>
<script defer async src="./multipages.js"></script>
</head>
<body>
<header class="locked" id="links">
<div>
<h1 class="header-h1" style="font-family: 'Alfa Slab One';">
<a href='#/' onclick="event.preventDefault();window.location.hash='#/';updatePage();"
class="header-a">
Plateform Game
</a>
</h1>
<h3 style="font-family: 'Google Sans';">
This a game with plateforms (Java) with a launcher (C#) !
<br>
<br>
Powered with GitHub, jQuerry, download.js !
<br>
<br>
You are currently on a one page site !
</h3>
<a href="#/"
onclick="event.preventDefault();window.location.hash='#/thanks?file=launcher_installer';updatePage();"
class="header-a">
<p style="font-family: 'Google Sans';">Click for download the launcher installer</p>
</a>
</div>
</header>
<div id="content" class="main center">
</div>
</body>
</html>