-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (20 loc) · 889 Bytes
/
index.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head>
</head>
<body>
<center>
<h2><br>Capture the Flag!</h2>
<h6>Javascript Edition</h6>
<form action="loader.php" method="POST">
<label for="player0">Player 0 A.I. URL</label>
<input type="text" id="player0" name="player0" size="100"><br><br>
<label for="player1">Player 1 A.I. URL</label>
<input type="text" id="player1" name="player1" size="100"><br><br>
<input type="submit" value="Commence Battle">
</form>
<br><br>
<img src="blueFlag.png" width="200px"/>
</center>
</body>
</html>