-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplay.html
More file actions
34 lines (34 loc) · 1.05 KB
/
play.html
File metadata and controls
34 lines (34 loc) · 1.05 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
28
29
30
31
32
33
34
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="keywords" content="tackle tanks, tanks, io, games, tank game" />
<meta
name="Tackle Tanks"
content="Play tackletanks.io for free! Epic tank battles, up to 100 players can join. 15 tanks to choose from with different skills and powerups! Play with your freinds!"
/>
<link rel="icon" type="image/png" href="HTML_images/Favicon.png" />
<title>Tackle Tanks - Online Tank PvP</title>
<style type="text/css">
html,
body {
padding: 0;
margin: 0;
overflow: hidden;
}
#wrapper {
min-height: 100%;
min-width: 100%;
position: absolute;
margin: auto auto;
border: none;
}
</style>
</head>
<body>
<iframe id="wrapper" width="100%" height="100%" src=""> </iframe>
</body>
<script src="Sources/JS/system.in.js" defer></script>
<script src="Sources/JS/play.js" defer></script>
</html>