-
Notifications
You must be signed in to change notification settings - Fork 0
/
nodoc.htm
36 lines (27 loc) · 917 Bytes
/
nodoc.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<html>
<title>TADS 3 Bookshelf Not Installed</title>
<meta http-equiv="Refresh"
content="0;url=http://www.tads.org/t3doc/doc/index.htm">
<style type="text/css"><!--
body {
font-family: Verdana, Arial, Helvetica, sans-serif
}
h1 {
font-size: 150%;
color: #400080;
}
--></style>
<body>
<h1>TADS 3 Bookshelf - Not Installed</h1>
<p>If you're seeing this page, it probably means that you installed
the version of the TADS 3 Author's Kit that <i>doesn't</i> include
documentation. This page is currently attempting to redirect you to
the on-line edition of the documentation on the <a
href="http://www.tads.org">tads.org</a> Web site. If your browser
doesn't automatically display the on-line documentation after a few
moments, you might try navigating manually to this page:
<br><br><a href="http://www.tads.org/t3doc/doc/index.htm">
http://www.tads.org/t3doc/doc/index.htm
</a>
</body>
</html>