-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (32 loc) · 1.06 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
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
<link rel="stylesheet" href="css/css.css">
<script src="js/js.js"></script>
<!---Written by Alexey Rudenko at Sololearn -->
<!--- Updates(3.04.2020):
*Difficulty levels reworked.
--->
<!--- Updates(2018):
*Movement speed increased.
*Collisions handling improved.
*Deployment of many tanks onto one spot fixed.
--->
</head>
<body>
<div id="main">
<p>Loading...</p>
</div>
<div id="infdiv">Drag available units into the deployment area.<br /><br />You win, when one of your units gets to
the green line at the top of the field.<br /><br />Don't let enemies to reach your base.<br /><br />Good luck,
commander! May the force be with you!</div>
<div id="log"></div>
<div id="myModal" class="modal">
<div class="modal-content">
<span class="close">×</span>
<p class="modal-text"></p>
</div>
</div>
</body>
</html>