summaryrefslogtreecommitdiffstats
path: root/src/html/loadAbout.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/html/loadAbout.html')
-rw-r--r--src/html/loadAbout.html23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/html/loadAbout.html b/src/html/loadAbout.html
deleted file mode 100644
index e4da455..0000000
--- a/src/html/loadAbout.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
- "http://www.w3.org/TR/html4/strict.dtd">
-
-<html>
-<head>
-<script type="text/javascript">
-function gogo(){
- fbgui.trigger();
-}
-</script>
-</head>
-<body>
-<h1>Waiting for an IP-Address</h1>
-
-<p>
-Make sure that you honor the great work of the programmers.
-</p>
-<p>
-<input type="button" name="go" value="click me"
- onclick="gogo()">
-</p>
-</body>
-</html>