spongy/index.html

23 lines
706 B
HTML
Raw Normal View History

2014-07-14 19:30:47 -06:00
<!DOCTYPE html>
<html>
<head>
2014-07-24 11:11:34 -06:00
<title>#tron</title>
2014-08-05 15:53:03 -06:00
<link rel="icon" type="image/png" sizes="64x64" href="chat.png">
2014-08-12 21:42:47 -06:00
<script type="application/javascript" src="wirc.js"></script>
<link rel="stylesheet" type="text/css" href="wirc.css">
2014-07-14 19:30:47 -06:00
</head>
<body>
<div id="foraButtons"></div>
<div id="foraText"></div>
2014-07-14 19:30:47 -06:00
<form id="command">
2014-08-12 22:57:39 -06:00
<input type="hidden" name="server" value="slashnet" id="server">
<input type="hidden" name="auth" value="" id="authtok">
2014-07-14 19:30:47 -06:00
<input type="hidden" name="type" value="command">
<input type="hidden" name="target" id="target">
2014-10-24 22:21:53 -06:00
<input name="text" id="text" autofocus>
2014-07-14 19:30:47 -06:00
<input type="Submit" value="Send">
</form>
2014-07-24 10:34:02 -06:00
<div id="kiboze"></div>
2014-07-14 19:30:47 -06:00
</body>
</html>