-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLizardSpock.htm
More file actions
50 lines (50 loc) · 2.01 KB
/
LizardSpock.htm
File metadata and controls
50 lines (50 loc) · 2.01 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>Разрешатель споров</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="mike.css" />
<script src="jquery-2.0.2.min.js" type="text/javascript"></script>
<script src="main.js" type="text/javascript"></script>
</head>
<body>
<div class="logo intro">
<div style="margin-top: 40px;">
<span style="color: White;">Разрешатель</span>
<span style="color: Red;"> споров</span>
</div>
</div>
<div class="counter intro" style="font-size: 3em;">
<div><span style="color: Lime;">Счет:</span></div>
<div><span id="count-box" style="color: White;">0 : 0</span></div>
</div>
<div id="back" class="screenblocker"></div>
<div class="row">
<div class="rightside">
<div style="margin: auto auto; width: 220px; height: 220px;">
<img id="enemyImg" class="animated" src="pics/spock.gif" />
<img id="mineImg" class="animated" src="pics/spock.gif" />
</div>
<br/>
<div style="margin: auto auto; width: 600px; height: 120px;">
<div id="intro" class="intro">Ваш ход!</div>
<div id="result" class="result-word"></div>
</div>
<br />
<div style="margin: auto auto; width: 1050px; height: 220px;">
<img class="choice" value="rock" src="pics/rock.gif" />
<img class="choice" value="scissors" src="pics/scissors.gif" />
<img class="choice" value="paper" src="pics/paper.gif" />
<img class="choice" value="lizard" src="pics/lizard.gif" />
<img class="choice" value="spock" src="pics/spock.gif" />
</div>
</div>
</div>
<footer>
<div style="float: right; margin-right: 20px; font-size: 2em; font-family: Arial;">
<a href="DebateResolver.htm">v0.2.4</a>
</div>
</footer>
<div id="screenblocker"></div>
</body>
</html>