-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (32 loc) · 1.11 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
<!DOCTYPE html>
<html lang="en" class="main">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
</title>
<link rel="stylesheet" href="./styles/style.css">
</head>
<body>
<div class="all-text">
<div class="header-center">
<p class="text-header">Middle-Point game</p>
</div>
<p class="m-text 1">A post-apocalyptic interactive game</p>
<p class="m-text 2">
There are people who think that there's no hope for the world because they don't have any reason to keep
going… but in this history you are going to discover that there is always a reason to go on, even if you are
in the worst situation…
</p>
<div class="meta-button">
<a href="./html/introduction/intro.html">
<div class="m-button start">
Start!
</div>
</a>
</div>
</div>
</body>
<script src="https://pabloep17.github.io/story/main.js"></script>
</html>