-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (26 loc) · 1.26 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
<!DOCTYPE html>
<html>
<head>
<title>Tanker League</title>
<link rel="icon" href="images/favicon.png" type="image" >
<link rel="stylesheet" href="styles.css">
<script src="script.js" type="text/javascript"></script>
</head>
<body>
<div id="main">
<p>Mixing code ... </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!
<br>
If you love the game hit the below button and donate me. Thanks <br/>
<script type="text/javascript" src="https://cdnjs.buymeacoffee.com/1.0.0/button.prod.min.js" data-name="bmc-button" data-slug="rahxuls" data-color="#FFDD00" data-emoji="⌨️" data-font="Lato" data-text="Buy me a Coffee" data-outline-color="#000000" data-font-color="#000000" data-coffee-color="#ffffff" ></script>
</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>