-
Notifications
You must be signed in to change notification settings - Fork 1
/
waitingCamp.html
38 lines (37 loc) · 1.25 KB
/
waitingCamp.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
<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="style.css">
<title>Keep waiting</title>
</head>
<body>
<div class="img">
<img src="images/lowBattery.jpg" alt="low" />
</div>
<p>
He keeps waiting until his path is clear and in the meantime he is losing
battery and eventually losing it all and he drops on the floor.
</p>
<p>Then some of the guards see him and take him inside to charge.</p>
<p>
When he get some charge he found a new
<span> Battery </span>
that lasts for a long time and a
<span>Chip</span>
.He puts them in his inventory in case he needs them later.
</p>
<div class="img" style="display: flex;">
<img src="images/robotOnCharge.jpg" alt="robot" />
<img src="images/chip.png" width="308px" alt="chip" />
</div>
<div class="creatorRobot">
<h1>The robots of creator just appeared</h1>
</div>
<div class="btn">
<a href="page_2.html" class="button">Fight</a>
<a href="page_3.html" class="button">Run away </a>
</div>
</body>
</html>