fix wtv-disk, add Download-O-Rama
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
var minisrv_service_file = true;
|
||||
|
||||
headers = `200 OK
|
||||
Content-Type: text/html`;
|
||||
|
||||
data = `<html><head></head><body vspace="0" vlink="36d5ff" text="#44cc55" link="36d5ff" bgcolor="#191919">
|
||||
<title>
|
||||
Download-O-Rama
|
||||
</title>
|
||||
<br><br>
|
||||
<h1>
|
||||
Download-O-Rama!
|
||||
</h1>
|
||||
<br>
|
||||
Welcome to Download-O-Rama.
|
||||
<p>
|
||||
Download any of our fine file sets:
|
||||
</p><h2>Demos</h2>
|
||||
<ul>
|
||||
</li><li><a href="wtv-disk:/content/DownloadScreen.tmpl?diskmap=DealerDemo&group=DealerDemo">
|
||||
Dealer Demo
|
||||
</a> (<a href="file://Disk/Demo/index.html">View Demo</a>)</li>
|
||||
<li><a href="wtv-disk:/content/DownloadScreen.tmpl?diskmap=DealerDemo-BPS&group=DealerDemo-BPS">
|
||||
Dealer Demo BPS
|
||||
</a> (<a href="file://Disk/Demo-BPS/index.html">View Demo</a>)</li>
|
||||
</ul>
|
||||
<h2>Firmware</h2>
|
||||
<li><a href="wtv-disk:/content/DownloadScreen.tmpl?diskmap=ModemFirmwareDel&group=ModemFirmware">
|
||||
Delete Modem Firmware (Use 33.6k technology)
|
||||
</a></li>
|
||||
<li><a href="wtv-disk:/content/DownloadScreen.tmpl?diskmap=ModemFirmwareOld&group=ModemFirmware">
|
||||
K.Flex Modem Firmware (Use older 56k technology)
|
||||
</a></li>
|
||||
<li><a href="wtv-disk:/content/DownloadScreen.tmpl?diskmap=ModemFirmware&group=ModemFirmware">
|
||||
V.90 Modem Firmware (Use common 56k technology)
|
||||
</a></li>
|
||||
</ul>
|
||||
<h2>Music</h2>
|
||||
<li><a href="wtv-disk:/content/DownloadScreen.tmpl?diskmap=Music&group=Music">
|
||||
<i>All Music</i> (can take a very long time)</a>
|
||||
|
||||
</li><li><a href="wtv-disk:/content/DownloadScreen.tmpl?diskmap=Karaoke&group=Karaoke">
|
||||
<i>Karaoke</i></a>
|
||||
|
||||
|
||||
</body></html>`;
|
||||
Reference in New Issue
Block a user