]> git.pond.sub.org Git - eow/blobdiff - static/test.html
ensure session
[eow] / static / test.html
diff --git a/static/test.html b/static/test.html
deleted file mode 100644 (file)
index 28f676c..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
-<html> <head>
-<link rel="stylesheet" type="text/css" href="style.css">
-<title>Empire Web Client</title>
-
-<script type="text/javascript" src="dojo-release-1.1.1/dojo/dojo.js.uncompressed.js"
-  djConfig="parseOnLoad:true, isDebug:false"></script>
-<script type="text/javascript" src="eow.js"></script>
-<script type="text/javascript">
-var init = function(){
-  console.log("I run after the page is ready. See this in the console");
-  setup_client();
-  get_next_update();
-};
-dojo.addOnLoad(init);
-</script>
-
-</head>
-
-<body>
-<div id="output">
-<span class="less">EOW alpha0 Empire/Ajax</span>
-<br/>
-<br/>
-<span class="info">Welcome to the Empire over the Web client (EOW).</span>
-</div>
-<div id="input">
-<form id="cmdline" name='f' onsubmit='return false;' class='cmdline' action=''>
-<table class="inputtable"><tr><td><div id='prompt' class='less'>>
-</div></td><td class="inputtd"><input id='inputfield' name='q'
-  type='text' class='cmdline' autocomplete='off' value=""
-  onkeyup="inputfield_keyup(event);" /></td></tr></table>
-</form>
-</div>
-
-<hr>
-<address></address>
-<!-- hhmts start --> Last modified: Sun Dec 14 23:04:50 CET 2008 <!-- hhmts end -->
-</body> </html>