-
Notifications
You must be signed in to change notification settings - Fork 1
/
survived.html
24 lines (24 loc) · 928 Bytes
/
survived.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
<!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" />
<link rel="stylesheet" href="stylee.css" />
<title>The End</title>
</head>
<body>
<div class="intro lost last-part">
<p>
K.2.1.1’s creator found him and tried to bring him back, he went along
with a group of robots to stop him, a fight broke between the two. The
creator’s robots lost so the creator go into a robot that he created
which made him stronger they fought for a while and eventually K.2.1.1
won and defeated his creator during that fight. Then K.2.1.1 took over
the company and made it a war machine company.
</p>
<h1>The End</h1>
<a href="first_page.html" class="button">Play again</a>
</div>
</body>
</html>