diff options
| -rw-r--r-- | cgi/servers.cgi | 8 | ||||
| -rw-r--r-- | join.html | 3 |
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>" @@ -51,8 +51,9 @@ <p id="FRem"></p> <br/> </id> - + <!-- <audio loop="true" autoplay="true"> <source src="wsintro.wav" type="audio/wav"> </audio> + --!> </html> |
