mirror of https://github.com/nealey/spongy
22 lines
626 B
HTML
22 lines
626 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="irc.js"></script>
|
|
<link rel="stylesheet" type="text/css" href="irc.css">
|
|
</head>
|
|
<body>
|
|
<div id="foraButtons"></div>
|
|
<div id="foraText"></div>
|
|
<form id="command">
|
|
<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" autofocus>
|
|
<input type="Submit" value="Send">
|
|
</form>
|
|
<div id="kiboze"></div>
|
|
</body>
|
|
</html>
|