summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cgi/servers.cgi8
-rw-r--r--join.html3
2 files changed, 10 insertions, 1 deletions
diff --git a/cgi/servers.cgi b/cgi/servers.cgi
new file mode 100644
index 0000000..073bc33
--- /dev/null
+++ b/cgi/servers.cgi
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+. /usr/locl/lib/bashlib
+
+echo "Content-type: text/html"
+echo ""
+
+echo "<html>Hello, world!</html>"
diff --git a/join.html b/join.html
index b63ce56..e827a0e 100644
--- a/join.html
+++ b/join.html
@@ -51,8 +51,9 @@
<p id="FRem"></p>
<br/>
</id>
-
+ <!--
<audio loop="true" autoplay="true">
<source src="wsintro.wav" type="audio/wav">
</audio>
+ --!>
</html>