summaryrefslogtreecommitdiff
path: root/html/index.html
blob: 140272ac748964fec3f0ec584c68185595e4693a (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
<html>
<head>
<title>
 %%PGETITLE%%
</title>
</head>
<body>
Welcome to
<pre>
	 ___ _           _
 _   _  / __\ |__   __ _| |_ 
| | | |/ /  | '_ \ / _` | __|
| |_| / /___| | | | (_| | |_ 
 \__, \____/|_| |_|\__,_|\__|
 |___/  
</pre>

<br>
%%PGETITLE%%
<br>
<br>
%%INFO%%
Enter your nick:
<form action="frameset.html">
 <input type="hidden" name="event" value="login">
 <input type="hidden" name="room"  value="%%STRDROOM%%">
 <input type="text"   name="nick">
 <input type="submit" value="login">
</form>
</body>
</html>