-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (30 loc) · 1.12 KB
/
index.html
File metadata and controls
35 lines (30 loc) · 1.12 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
<html>
<head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<link rel="stylesheet" href="css/index.css" type="text/css" />
<!-- Load the minimal pubnub javascript -->
<script src="https://cdn.pubnub.com/pubnub.min.js"></script>
<!-- Load the minimal jquery -->
<script src="//code.jquery.com/jquery-1.12.0.min.js"></script>
</head>
<body onload="console.log("TODO: create a lobby here...")">
<div id="lobbyContainer">
<form action="1v1.html" id="starter">
Player:<br/>
<input type="text" name="player"><br/>
Enemy:<br/>
<input type="text" name="enemy"><br/>
<input type="submit" value="Start">
</form>
<div class="right">
<b>Greasefat alias "Zsir" a Hungarian card-game:</b><br/>
- put value against value,or seven against anything!<br/>
- with tens, aces and he last strike with a seven worthy of 10 points.<br/>
<br/>
Watch out! The rules seems easy, but the combinations make strategy necessary!<br>
Enter your short username, and the target enemy name for playing! <br/>
A game can be arranged by any medium by sharing the names and coming here to play :-)<br/>
</div>
</div>
</body>
</html>