spongy/index.html

23 lines
706 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>#tron</title>
<link rel="icon" type="image/png" sizes="64x64" href="chat.png">
<script type="application/javascript" src="wirc.js"></script>
<link rel="stylesheet" type="text/css" href="wirc.css">
</head>
<body>
<div id="foraButtons"></div>
<div id="foraText"></div>
<form id="command">
<input type="hidden" name="server" value="slashnet" id="server">
<input type="hidden" name="auth" value="" id="authtok">
<input type="hidden" name="type" value="command">
<input type="hidden" name="target" id="target">
<input name="text" id="text" autofocus>
<input type="Submit" value="Send">
</form>
<div id="kiboze"></div>
</body>
</html>