-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
78 lines (51 loc) · 2 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html lang="en">
<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>A Tech City Adventure</title>
<link rel = "stylesheet" href = "styles/mainPage.css">
</head>
<body>
<div class="header">
<strong><h1 align = "center"><u>
A Tech City Adventure
</u></h1></strong>
</div>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<strong><center>
<div class = "descriptionContainer">
<p class = "subTitle"> A Tech City Adventure is a game which starts with a fictional scenario of building a space city and you explore different planets in search for components to build it with.</p>
<p class = "exploreText"><u><i> So Go and Explore! </i></u></font></p>
</div>
</strong></center>
<div class = "infoContainer">
<div>
<p> This game starts with a task of building a futuristic space city, and your mission is to go out and explore to find tools to build it with. To do this you must sail on your space ship to discover different plantets which will help you acquire parts </p>
<p> However, it's not that easy, some tools might not be compatible, some might not be perfect for the job. The possibilities are endless and the sky is the limit so let your imagination go wild. Put your design skills to test and come up with the best design </p>
<br>
<p align = "center"> To refresh the game you may return to this homepage </p>
</div>
</div>
<br>
<br>
<br>
<a href = "base.html" class = "GoToPage">
<div class = "centerAlign">
Start Playing
</div>
</a>
<br>
<p align = "center"> This game is made by Ved Rathi </p>
<br>
</body>
<script src = "scripts/starting.js"></script>
</html>