diff options
author | William Harrington <kb0iic@berzerkula.org> | 2025-01-14 16:06:02 -0600 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2025-01-14 16:06:02 -0600 |
commit | 0cc9b20c15460213e488bf5e70963b941482f628 (patch) | |
tree | bb0143245583ec846630f39bfa2258dba640ccd7 /html/index.html | |
parent | 0e084ade5069756d487b5c948c48b777e37c00c9 (diff) |
Add source.
Diffstat (limited to 'html/index.html')
-rw-r--r-- | html/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/html/index.html b/html/index.html new file mode 100644 index 0000000..ad54365 --- /dev/null +++ b/html/index.html @@ -0,0 +1,10 @@ +<html> +<head> +<title>UNIX Speak Server 0.2pl2</title> +</head> + +<frameset COLS="27%,73%"> +<frame SRC="toc.html" NAME="contents"> +<frame SRC="speak.lsm.html" NAME="main"> +</frameset> +</html> |