spongy/app/wirc.html

23 lines
629 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>#tron</title>
<link rel="icon" href="wirc.png">
<link rel="stylesheet" href="wirc.css">
<script src="wirc.js"></script>
</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>