#!/bin/sh

ULP=/usr/lib/ppp
IDX=index-gods.html
IP=`cat /usr/lib/ppp/ip_now`

echo > $ULP/$IDX
echo "<title>a boing to get some ones attention</title>">>$ULP/$IDX
echo "<body bgcolor=\"#uuuu9\" text=\"#99999\">" >>$ULP/$IDX

echo "<center><h1>click here to boing me....</h1><br>" >>$ULP/$IDX

echo "<form action=\"http://$IP/~zeus/boing.cgi\" method=\"post\">" >>$ULP/$IDX

echo "<input type=\"image\" src=\"images/bug.jpg\" value=\"boing\"></form>" >>$ULP/$IDX

echo "<br><br>click this one to boing yourself<br>" >> $ULP/$IDX

echo "<applet height=100 width=100 code=NoisyButton><param name="sound" value="boing.au">">>$ULP/$IDX

echo "</applet></center></body>" >>$ULP/$IDX




