summaryrefslogtreecommitdiff
path: root/index.php
blob: 70c4dc2e6a7f3d4f4f08e2a975284583875cf43c (plain)
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
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
    <link href="index.css" rel="stylesheet" type="text/css"/>
    <title>London/Jersey Starcraft</title>
</head>
<body>
    <h1>Starcraft</h1>
    <p>Everyone play each other in a best of 3 series in order to get rankings ready for a tournament.</p>
    <p>We'll try and stream the games and keep them saved for all to view.</p>
    <p>Gentleman's rules, so don't cheat, because that's no fun.</p>
    <p>Please sort our any issues or disconnects out yourselves ;)</p>
    <table class="users">
        <thead>
            <tr>
                <th>Players</th>
                <th>Played</th>
                <th>Won</th>
                <th>Lost</th>
            </tr>
        </thead>
        <tbody>
            <tr><td>FBeans</td><td>0</td><td>0</td><td>0</td></tr>
            <tr><td>wjoe</td><td>0</td><td>0</td><td>0</td></tr>
            <tr><td>Curahee</td><td>0</td><td>0</td><td>0</td></tr>
            <tr><td>jagw</td><td>0</td><td>0</td><td>0</td></tr>
            <tr><td>l_bratch</td><td>0</td><td>0</td><td>0</td></tr>
            <tr><td>messosade</td><td>0</td><td>0</td><td>0</td></tr>
            <tr><td>Jeto</td><td>0</td><td>0</td><td>0</td></tr>
        </tbody>
    </table>
    <h2>Rankings</h2>
    <table class="rankings">
        <thead>
            <tr>
                <th></th>
                <th>FBeans</th>
                <th>wjoe</th>
                <th>Curahee</th>
                <th>jagw</th>
                <th>l_bratch</th>
                <th>messosade</th>
                <th>Jeto</th>
            </tr>
        </thead>
        <tbody>
            <tr><td>FBeans</td><td>X</td><td>0-0</td><td>0-0</td><td>0-0</td><td>0-0</td><td>0-0</td><td>0-0</td></tr>
            <tr><td>wjoe</td><td>0-0</td><td>X</td><td>0-0</td><td>0-0</td><td>0-0</td><td>0-0</td><td>0-0</td></tr>
            <tr><td>Curahee</td><td>0-0</td><td>0-0</td><td>X</td><td>0-0</td><td>0-0</td><td>0-0</td><td>0-0</td></tr>
            <tr><td>jagw</td><td>0-0</td><td>0-0</td><td>0-0</td><td>X</td><td>0-0</td><td>0-0</td><td>0-0</td></tr>
            <tr><td>l_bratch</td><td>0-0</td><td>0-0</td><td>0-0</td><td>0-0</td><td>X</td><td>0-0</td><td>0-0</td></tr>
            <tr><td>messosade</td><td>0-0</td><td>0-0</td><td>0-0</td><td>0-0</td><td>0-0</td><td>X</td><td>0-0</td></tr>
            <tr><td>Jeto</td><td>0-0</td><td>0-0</td><td>0-0</td><td>0-0</td><td>0-0</td><td>0-0</td><td>X</td></tr>
        </tbody>
    </table>
    <h2>Maps</h2>
    <p>For now we'll play on the current sc2 season maps in the following order:</p>
    <ol>
        <li>Avalanche</li>
        <li>Old Country</li>
        <li>Resupply Tanker</li>
    </ol>
    <p>Issues? come to #sc2 on the blatech irc network :D</p>
</body>
</html>