-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (25 loc) · 1.26 KB
/
index.html
File metadata and controls
27 lines (25 loc) · 1.26 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
<!DOCTYPE html>
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.3/jquery.min.js"></script>
<link rel="stylesheet" href="CSS/style.css" type="text/css"/>
<script src="script/script.js"></script>
</head>
<body>
<div class="screen" id="StartMenu">
<h1>Fashionocalypse</h1>
<img src="assets/images/normal.png">
<div align="right">
<button id=buttonStart>Start</button>
</div>
</div>
<div class="screen" id="Intro">
<p>Welcome to the fashionocalypse, </p>
<p>All fashion in the world has been drained, only the rich and powerful have the fleeckest clothes and fashion. Anarchy and violence rage throughout cities across the world for the best clothes. You must fight to find the best clothes from the fleeckest enemies. </p>
<p>Kim is the most fashionable person in the world. You must kill her and become the queen of earth and space, becoming the fashion icon. You must restore the world to peace from the evil queen Kim Kardashian. You must do this for the future of the world. Good Luck! </p>
<div align="right">
<button id=buttonIntro>Next</button>
</div>
</div>
</body>
</html>