-
Notifications
You must be signed in to change notification settings - Fork 26
/
index_shrinked.html
56 lines (52 loc) · 2.18 KB
/
index_shrinked.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
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=no" />
<title>Formation Absent by FoumartGames</title>
<meta name="description" content="Formation Absent is a turn-based puzzle made for js13k games" />
<link rel="stylesheet" href="style_shrinked.css">
</head>
<body>
<div id="frame" class="c">
<div id="container" class="mess c">
<div id="bgr0" class="c bgr mess"></div>
<div id="area" class="c mess"></div>
<div id="titlediv" class="c">
<div id="ba" style="top:12%;left:50%;margin-left:-225px"></div>
<div id="aa" class="c"></div>
<button class="y bb i" onClick="Da(103)" style="bottom:7%;left:15px">
<div id="soundbtn" style="position:relative;right:10px"></div>
</button>
<button class="g m i pad" onClick="Da(1)" style="bottom:32%">
<div id="practicebtn" class="bt"></div>
</button>
<button class="b m i pad" onClick="Da(101)" style="bottom:18%">
<div id="versusbtn" class="bt"></div>
</button>
<button class="r n i" onDblClick="Da(102)" style="bottom:7%">
<div id="multibtn" class="bt"></div>
</button>
</div>
<div id="fade" class="c mess"></div>
<div id="mess" class="c mess l">
<div id="messtxt" class="c"></div>
<button class="g" onClick="Ka()" style="bottom:6px;right:6px">
<div id="messbtn" style="position:relative"></div>
</button>
</div>
</div>
<div class="u b" style="height:26px"></div>
<div class="u g bs">
<div id="f" class="c"></div>
</div>
<div id="copy" class="a" style="left:18px"></div>
<div id="author" class="a" style="right:18px"></div>
<button id="closediv" onClick="XX()" class="r m i x">
<div id="closebtn"></div>
</button>
</div>
<script src="script_shrinked.js"></script>
</body>
</html>
```