Home » Archimedes archive » Archimedes World » AW-1996-01.adf » !Webite_Webite » HTML/WWW

HTML/WWW

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Archimedes archive » Archimedes World » AW-1996-01.adf » !Webite_Webite
Filename: HTML/WWW
Read OK:
File size: 0CD3 bytes
Load address: 0000
Exec address: 0000
File contents
<html><head><title>Termite and the World Wide Web</title></head>
<body background="imgs/Background">
<h1>The World Wide Web</h1>
<p>The <dfn>WWW</dfn> provides a graphical interface to the Internet. It allows you to see pictures, find information and access other parts of the net very easily. It is like a very large book, with different pages holding lots of information and images. Each page also contains links directly to other pages which you can access just by clicking with the mouse.</p>
<p>Termite features a web browser with full navigation and bookmark features to make access to the complex structure of the Web easy, and support for a wide variety of obscure (and even incorrect) dialects of HTML, so you should be able to see all there is to see on the Web. Termite supports the full HTML 2.0 specification (with all features of forms, including text areas), with many HTML 3.0 and Netscape extensions. (The embossed DoggySoft logos on the background of this page are an example of these.)</p>
<p>Termite's web browser has many advanced features, including:</p>
<ul><li>A built-in incremental GIF decoder so you can see images as they download instead of having to wait for the whole file. Fancy mode is also available to make the images appear in blocks rather than lines. XBM images are supported too - any other images are processed by ChangeFSI.
<li>Incremental HTML parsing, so you see the page as it's being downloaded, instead of having to wait for the entire text.
<li>Automatic filetype detection, including an automatic download-to-disc option for undisplayable types. (You even get a Termite ZModem-style download progress window.)
<li>Support for <em>FTP</em> and <em>WAIS</em> via proxies, real <em>Gopher</em> and special feature allowing some or all web pages to come through a proxy (so you can get pages from overseas through a proxy, which can be faster).
<li>Any number of web windows may be opened simultaneously, with easy-to-use navigation toolbar that's also very small, so you can view more of the page.
<li>Configurable memory cache to make stepping back through pages you've vistited already easy. You can also view pages with no images except those already cached.
<li>Converts HTML to a draw-file which you can save out and print. Can also save the source, download links and save selected images in original or Acorn format.
<li>Full support for background colours, including the ability to work out what colour to anti-alias the text to, giving smooth fonts whatever the background. Termite is the only browser on any platform to support this.
<li>Unique smart-quotes feature to turn sexless quotes into better-looking smart quotes.</ul>
<p align=center>Why put up with a web that looks like this:</p>
<p align=center><img src="imgs/WebBad" alt="(A standard screen-shot from another Archimedes web browser)" width=520 height=342></p>
<p align=center>...when you could have it looking like this?</p>
<p align=center><img src="imgs/WebGood" alt="(A rather nicer looking shot of the same page from Termite. You might like to turn images on to see it.)" width=541 height=430></p>
<hr>
<p><a href="Index"><img src="imgs/butbak" align=middle width=88 height=88 border=0 alt="(O)"></a> Go up to <a href="Index">index page</a></p>
</body></html>
00000000  3c 68 74 6d 6c 3e 3c 68  65 61 64 3e 3c 74 69 74  |<html><head><tit|
00000010  6c 65 3e 54 65 72 6d 69  74 65 20 61 6e 64 20 74  |le>Termite and t|
00000020  68 65 20 57 6f 72 6c 64  20 57 69 64 65 20 57 65  |he World Wide We|
00000030  62 3c 2f 74 69 74 6c 65  3e 3c 2f 68 65 61 64 3e  |b</title></head>|
00000040  0a 3c 62 6f 64 79 20 62  61 63 6b 67 72 6f 75 6e  |.<body backgroun|
00000050  64 3d 22 69 6d 67 73 2f  42 61 63 6b 67 72 6f 75  |d="imgs/Backgrou|
00000060  6e 64 22 3e 0a 3c 68 31  3e 54 68 65 20 57 6f 72  |nd">.<h1>The Wor|
00000070  6c 64 20 57 69 64 65 20  57 65 62 3c 2f 68 31 3e  |ld Wide Web</h1>|
00000080  0a 3c 70 3e 54 68 65 20  3c 64 66 6e 3e 57 57 57  |.<p>The <dfn>WWW|
00000090  3c 2f 64 66 6e 3e 20 70  72 6f 76 69 64 65 73 20  |</dfn> provides |
000000a0  61 20 67 72 61 70 68 69  63 61 6c 20 69 6e 74 65  |a graphical inte|
000000b0  72 66 61 63 65 20 74 6f  20 74 68 65 20 49 6e 74  |rface to the Int|
000000c0  65 72 6e 65 74 2e 20 49  74 20 61 6c 6c 6f 77 73  |ernet. It allows|
000000d0  20 79 6f 75 20 74 6f 20  73 65 65 20 70 69 63 74  | you to see pict|
000000e0  75 72 65 73 2c 20 66 69  6e 64 20 69 6e 66 6f 72  |ures, find infor|
000000f0  6d 61 74 69 6f 6e 20 61  6e 64 20 61 63 63 65 73  |mation and acces|
00000100  73 20 6f 74 68 65 72 20  70 61 72 74 73 20 6f 66  |s other parts of|
00000110  20 74 68 65 20 6e 65 74  20 76 65 72 79 20 65 61  | the net very ea|
00000120  73 69 6c 79 2e 20 49 74  20 69 73 20 6c 69 6b 65  |sily. It is like|
00000130  20 61 20 76 65 72 79 20  6c 61 72 67 65 20 62 6f  | a very large bo|
00000140  6f 6b 2c 20 77 69 74 68  20 64 69 66 66 65 72 65  |ok, with differe|
00000150  6e 74 20 70 61 67 65 73  20 68 6f 6c 64 69 6e 67  |nt pages holding|
00000160  20 6c 6f 74 73 20 6f 66  20 69 6e 66 6f 72 6d 61  | lots of informa|
00000170  74 69 6f 6e 20 61 6e 64  20 69 6d 61 67 65 73 2e  |tion and images.|
00000180  20 45 61 63 68 20 70 61  67 65 20 61 6c 73 6f 20  | Each page also |
00000190  63 6f 6e 74 61 69 6e 73  20 6c 69 6e 6b 73 20 64  |contains links d|
000001a0  69 72 65 63 74 6c 79 20  74 6f 20 6f 74 68 65 72  |irectly to other|
000001b0  20 70 61 67 65 73 20 77  68 69 63 68 20 79 6f 75  | pages which you|
000001c0  20 63 61 6e 20 61 63 63  65 73 73 20 6a 75 73 74  | can access just|
000001d0  20 62 79 20 63 6c 69 63  6b 69 6e 67 20 77 69 74  | by clicking wit|
000001e0  68 20 74 68 65 20 6d 6f  75 73 65 2e 3c 2f 70 3e  |h the mouse.</p>|
000001f0  0a 3c 70 3e 54 65 72 6d  69 74 65 20 66 65 61 74  |.<p>Termite feat|
00000200  75 72 65 73 20 61 20 77  65 62 20 62 72 6f 77 73  |ures a web brows|
00000210  65 72 20 77 69 74 68 20  66 75 6c 6c 20 6e 61 76  |er with full nav|
00000220  69 67 61 74 69 6f 6e 20  61 6e 64 20 62 6f 6f 6b  |igation and book|
00000230  6d 61 72 6b 20 66 65 61  74 75 72 65 73 20 74 6f  |mark features to|
00000240  20 6d 61 6b 65 20 61 63  63 65 73 73 20 74 6f 20  | make access to |
00000250  74 68 65 20 63 6f 6d 70  6c 65 78 20 73 74 72 75  |the complex stru|
00000260  63 74 75 72 65 20 6f 66  20 74 68 65 20 57 65 62  |cture of the Web|
00000270  20 65 61 73 79 2c 20 61  6e 64 20 73 75 70 70 6f  | easy, and suppo|
00000280  72 74 20 66 6f 72 20 61  20 77 69 64 65 20 76 61  |rt for a wide va|
00000290  72 69 65 74 79 20 6f 66  20 6f 62 73 63 75 72 65  |riety of obscure|
000002a0  20 28 61 6e 64 20 65 76  65 6e 20 69 6e 63 6f 72  | (and even incor|
000002b0  72 65 63 74 29 20 64 69  61 6c 65 63 74 73 20 6f  |rect) dialects o|
000002c0  66 20 48 54 4d 4c 2c 20  73 6f 20 79 6f 75 20 73  |f HTML, so you s|
000002d0  68 6f 75 6c 64 20 62 65  20 61 62 6c 65 20 74 6f  |hould be able to|
000002e0  20 73 65 65 20 61 6c 6c  20 74 68 65 72 65 20 69  | see all there i|
000002f0  73 20 74 6f 20 73 65 65  20 6f 6e 20 74 68 65 20  |s to see on the |
00000300  57 65 62 2e 20 54 65 72  6d 69 74 65 20 73 75 70  |Web. Termite sup|
00000310  70 6f 72 74 73 20 74 68  65 20 66 75 6c 6c 20 48  |ports the full H|
00000320  54 4d 4c 20 32 2e 30 20  73 70 65 63 69 66 69 63  |TML 2.0 specific|
00000330  61 74 69 6f 6e 20 28 77  69 74 68 20 61 6c 6c 20  |ation (with all |
00000340  66 65 61 74 75 72 65 73  20 6f 66 20 66 6f 72 6d  |features of form|
00000350  73 2c 20 69 6e 63 6c 75  64 69 6e 67 20 74 65 78  |s, including tex|
00000360  74 20 61 72 65 61 73 29  2c 20 77 69 74 68 20 6d  |t areas), with m|
00000370  61 6e 79 20 48 54 4d 4c  20 33 2e 30 20 61 6e 64  |any HTML 3.0 and|
00000380  20 4e 65 74 73 63 61 70  65 20 65 78 74 65 6e 73  | Netscape extens|
00000390  69 6f 6e 73 2e 20 28 54  68 65 20 65 6d 62 6f 73  |ions. (The embos|
000003a0  73 65 64 20 44 6f 67 67  79 53 6f 66 74 20 6c 6f  |sed DoggySoft lo|
000003b0  67 6f 73 20 6f 6e 20 74  68 65 20 62 61 63 6b 67  |gos on the backg|
000003c0  72 6f 75 6e 64 20 6f 66  20 74 68 69 73 20 70 61  |round of this pa|
000003d0  67 65 20 61 72 65 20 61  6e 20 65 78 61 6d 70 6c  |ge are an exampl|
000003e0  65 20 6f 66 20 74 68 65  73 65 2e 29 3c 2f 70 3e  |e of these.)</p>|
000003f0  0a 3c 70 3e 54 65 72 6d  69 74 65 27 73 20 77 65  |.<p>Termite's we|
00000400  62 20 62 72 6f 77 73 65  72 20 68 61 73 20 6d 61  |b browser has ma|
00000410  6e 79 20 61 64 76 61 6e  63 65 64 20 66 65 61 74  |ny advanced feat|
00000420  75 72 65 73 2c 20 69 6e  63 6c 75 64 69 6e 67 3a  |ures, including:|
00000430  3c 2f 70 3e 0a 3c 75 6c  3e 3c 6c 69 3e 41 20 62  |</p>.<ul><li>A b|
00000440  75 69 6c 74 2d 69 6e 20  69 6e 63 72 65 6d 65 6e  |uilt-in incremen|
00000450  74 61 6c 20 47 49 46 20  64 65 63 6f 64 65 72 20  |tal GIF decoder |
00000460  73 6f 20 79 6f 75 20 63  61 6e 20 73 65 65 20 69  |so you can see i|
00000470  6d 61 67 65 73 20 61 73  20 74 68 65 79 20 64 6f  |mages as they do|
00000480  77 6e 6c 6f 61 64 20 69  6e 73 74 65 61 64 20 6f  |wnload instead o|
00000490  66 20 68 61 76 69 6e 67  20 74 6f 20 77 61 69 74  |f having to wait|
000004a0  20 66 6f 72 20 74 68 65  20 77 68 6f 6c 65 20 66  | for the whole f|
000004b0  69 6c 65 2e 20 46 61 6e  63 79 20 6d 6f 64 65 20  |ile. Fancy mode |
000004c0  69 73 20 61 6c 73 6f 20  61 76 61 69 6c 61 62 6c  |is also availabl|
000004d0  65 20 74 6f 20 6d 61 6b  65 20 74 68 65 20 69 6d  |e to make the im|
000004e0  61 67 65 73 20 61 70 70  65 61 72 20 69 6e 20 62  |ages appear in b|
000004f0  6c 6f 63 6b 73 20 72 61  74 68 65 72 20 74 68 61  |locks rather tha|
00000500  6e 20 6c 69 6e 65 73 2e  20 58 42 4d 20 69 6d 61  |n lines. XBM ima|
00000510  67 65 73 20 61 72 65 20  73 75 70 70 6f 72 74 65  |ges are supporte|
00000520  64 20 74 6f 6f 20 2d 20  61 6e 79 20 6f 74 68 65  |d too - any othe|
00000530  72 20 69 6d 61 67 65 73  20 61 72 65 20 70 72 6f  |r images are pro|
00000540  63 65 73 73 65 64 20 62  79 20 43 68 61 6e 67 65  |cessed by Change|
00000550  46 53 49 2e 0a 3c 6c 69  3e 49 6e 63 72 65 6d 65  |FSI..<li>Increme|
00000560  6e 74 61 6c 20 48 54 4d  4c 20 70 61 72 73 69 6e  |ntal HTML parsin|
00000570  67 2c 20 73 6f 20 79 6f  75 20 73 65 65 20 74 68  |g, so you see th|
00000580  65 20 70 61 67 65 20 61  73 20 69 74 27 73 20 62  |e page as it's b|
00000590  65 69 6e 67 20 64 6f 77  6e 6c 6f 61 64 65 64 2c  |eing downloaded,|
000005a0  20 69 6e 73 74 65 61 64  20 6f 66 20 68 61 76 69  | instead of havi|
000005b0  6e 67 20 74 6f 20 77 61  69 74 20 66 6f 72 20 74  |ng to wait for t|
000005c0  68 65 20 65 6e 74 69 72  65 20 74 65 78 74 2e 0a  |he entire text..|
000005d0  3c 6c 69 3e 41 75 74 6f  6d 61 74 69 63 20 66 69  |<li>Automatic fi|
000005e0  6c 65 74 79 70 65 20 64  65 74 65 63 74 69 6f 6e  |letype detection|
000005f0  2c 20 69 6e 63 6c 75 64  69 6e 67 20 61 6e 20 61  |, including an a|
00000600  75 74 6f 6d 61 74 69 63  20 64 6f 77 6e 6c 6f 61  |utomatic downloa|
00000610  64 2d 74 6f 2d 64 69 73  63 20 6f 70 74 69 6f 6e  |d-to-disc option|
00000620  20 66 6f 72 20 75 6e 64  69 73 70 6c 61 79 61 62  | for undisplayab|
00000630  6c 65 20 74 79 70 65 73  2e 20 28 59 6f 75 20 65  |le types. (You e|
00000640  76 65 6e 20 67 65 74 20  61 20 54 65 72 6d 69 74  |ven get a Termit|
00000650  65 20 5a 4d 6f 64 65 6d  2d 73 74 79 6c 65 20 64  |e ZModem-style d|
00000660  6f 77 6e 6c 6f 61 64 20  70 72 6f 67 72 65 73 73  |ownload progress|
00000670  20 77 69 6e 64 6f 77 2e  29 0a 3c 6c 69 3e 53 75  | window.).<li>Su|
00000680  70 70 6f 72 74 20 66 6f  72 20 3c 65 6d 3e 46 54  |pport for <em>FT|
00000690  50 3c 2f 65 6d 3e 20 61  6e 64 20 3c 65 6d 3e 57  |P</em> and <em>W|
000006a0  41 49 53 3c 2f 65 6d 3e  20 76 69 61 20 70 72 6f  |AIS</em> via pro|
000006b0  78 69 65 73 2c 20 72 65  61 6c 20 3c 65 6d 3e 47  |xies, real <em>G|
000006c0  6f 70 68 65 72 3c 2f 65  6d 3e 20 61 6e 64 20 73  |opher</em> and s|
000006d0  70 65 63 69 61 6c 20 66  65 61 74 75 72 65 20 61  |pecial feature a|
000006e0  6c 6c 6f 77 69 6e 67 20  73 6f 6d 65 20 6f 72 20  |llowing some or |
000006f0  61 6c 6c 20 77 65 62 20  70 61 67 65 73 20 74 6f  |all web pages to|
00000700  20 63 6f 6d 65 20 74 68  72 6f 75 67 68 20 61 20  | come through a |
00000710  70 72 6f 78 79 20 28 73  6f 20 79 6f 75 20 63 61  |proxy (so you ca|
00000720  6e 20 67 65 74 20 70 61  67 65 73 20 66 72 6f 6d  |n get pages from|
00000730  20 6f 76 65 72 73 65 61  73 20 74 68 72 6f 75 67  | overseas throug|
00000740  68 20 61 20 70 72 6f 78  79 2c 20 77 68 69 63 68  |h a proxy, which|
00000750  20 63 61 6e 20 62 65 20  66 61 73 74 65 72 29 2e  | can be faster).|
00000760  0a 3c 6c 69 3e 41 6e 79  20 6e 75 6d 62 65 72 20  |.<li>Any number |
00000770  6f 66 20 77 65 62 20 77  69 6e 64 6f 77 73 20 6d  |of web windows m|
00000780  61 79 20 62 65 20 6f 70  65 6e 65 64 20 73 69 6d  |ay be opened sim|
00000790  75 6c 74 61 6e 65 6f 75  73 6c 79 2c 20 77 69 74  |ultaneously, wit|
000007a0  68 20 65 61 73 79 2d 74  6f 2d 75 73 65 20 6e 61  |h easy-to-use na|
000007b0  76 69 67 61 74 69 6f 6e  20 74 6f 6f 6c 62 61 72  |vigation toolbar|
000007c0  20 74 68 61 74 27 73 20  61 6c 73 6f 20 76 65 72  | that's also ver|
000007d0  79 20 73 6d 61 6c 6c 2c  20 73 6f 20 79 6f 75 20  |y small, so you |
000007e0  63 61 6e 20 76 69 65 77  20 6d 6f 72 65 20 6f 66  |can view more of|
000007f0  20 74 68 65 20 70 61 67  65 2e 0a 3c 6c 69 3e 43  | the page..<li>C|
00000800  6f 6e 66 69 67 75 72 61  62 6c 65 20 6d 65 6d 6f  |onfigurable memo|
00000810  72 79 20 63 61 63 68 65  20 74 6f 20 6d 61 6b 65  |ry cache to make|
00000820  20 73 74 65 70 70 69 6e  67 20 62 61 63 6b 20 74  | stepping back t|
00000830  68 72 6f 75 67 68 20 70  61 67 65 73 20 79 6f 75  |hrough pages you|
00000840  27 76 65 20 76 69 73 74  69 74 65 64 20 61 6c 72  |'ve vistited alr|
00000850  65 61 64 79 20 65 61 73  79 2e 20 59 6f 75 20 63  |eady easy. You c|
00000860  61 6e 20 61 6c 73 6f 20  76 69 65 77 20 70 61 67  |an also view pag|
00000870  65 73 20 77 69 74 68 20  6e 6f 20 69 6d 61 67 65  |es with no image|
00000880  73 20 65 78 63 65 70 74  20 74 68 6f 73 65 20 61  |s except those a|
00000890  6c 72 65 61 64 79 20 63  61 63 68 65 64 2e 0a 3c  |lready cached..<|
000008a0  6c 69 3e 43 6f 6e 76 65  72 74 73 20 48 54 4d 4c  |li>Converts HTML|
000008b0  20 74 6f 20 61 20 64 72  61 77 2d 66 69 6c 65 20  | to a draw-file |
000008c0  77 68 69 63 68 20 79 6f  75 20 63 61 6e 20 73 61  |which you can sa|
000008d0  76 65 20 6f 75 74 20 61  6e 64 20 70 72 69 6e 74  |ve out and print|
000008e0  2e 20 43 61 6e 20 61 6c  73 6f 20 73 61 76 65 20  |. Can also save |
000008f0  74 68 65 20 73 6f 75 72  63 65 2c 20 64 6f 77 6e  |the source, down|
00000900  6c 6f 61 64 20 6c 69 6e  6b 73 20 61 6e 64 20 73  |load links and s|
00000910  61 76 65 20 73 65 6c 65  63 74 65 64 20 69 6d 61  |ave selected ima|
00000920  67 65 73 20 69 6e 20 6f  72 69 67 69 6e 61 6c 20  |ges in original |
00000930  6f 72 20 41 63 6f 72 6e  20 66 6f 72 6d 61 74 2e  |or Acorn format.|
00000940  0a 3c 6c 69 3e 46 75 6c  6c 20 73 75 70 70 6f 72  |.<li>Full suppor|
00000950  74 20 66 6f 72 20 62 61  63 6b 67 72 6f 75 6e 64  |t for background|
00000960  20 63 6f 6c 6f 75 72 73  2c 20 69 6e 63 6c 75 64  | colours, includ|
00000970  69 6e 67 20 74 68 65 20  61 62 69 6c 69 74 79 20  |ing the ability |
00000980  74 6f 20 77 6f 72 6b 20  6f 75 74 20 77 68 61 74  |to work out what|
00000990  20 63 6f 6c 6f 75 72 20  74 6f 20 61 6e 74 69 2d  | colour to anti-|
000009a0  61 6c 69 61 73 20 74 68  65 20 74 65 78 74 20 74  |alias the text t|
000009b0  6f 2c 20 67 69 76 69 6e  67 20 73 6d 6f 6f 74 68  |o, giving smooth|
000009c0  20 66 6f 6e 74 73 20 77  68 61 74 65 76 65 72 20  | fonts whatever |
000009d0  74 68 65 20 62 61 63 6b  67 72 6f 75 6e 64 2e 20  |the background. |
000009e0  54 65 72 6d 69 74 65 20  69 73 20 74 68 65 20 6f  |Termite is the o|
000009f0  6e 6c 79 20 62 72 6f 77  73 65 72 20 6f 6e 20 61  |nly browser on a|
00000a00  6e 79 20 70 6c 61 74 66  6f 72 6d 20 74 6f 20 73  |ny platform to s|
00000a10  75 70 70 6f 72 74 20 74  68 69 73 2e 0a 3c 6c 69  |upport this..<li|
00000a20  3e 55 6e 69 71 75 65 20  73 6d 61 72 74 2d 71 75  |>Unique smart-qu|
00000a30  6f 74 65 73 20 66 65 61  74 75 72 65 20 74 6f 20  |otes feature to |
00000a40  74 75 72 6e 20 73 65 78  6c 65 73 73 20 71 75 6f  |turn sexless quo|
00000a50  74 65 73 20 69 6e 74 6f  20 62 65 74 74 65 72 2d  |tes into better-|
00000a60  6c 6f 6f 6b 69 6e 67 20  73 6d 61 72 74 20 71 75  |looking smart qu|
00000a70  6f 74 65 73 2e 3c 2f 75  6c 3e 0a 3c 70 20 61 6c  |otes.</ul>.<p al|
00000a80  69 67 6e 3d 63 65 6e 74  65 72 3e 57 68 79 20 70  |ign=center>Why p|
00000a90  75 74 20 75 70 20 77 69  74 68 20 61 20 77 65 62  |ut up with a web|
00000aa0  20 74 68 61 74 20 6c 6f  6f 6b 73 20 6c 69 6b 65  | that looks like|
00000ab0  20 74 68 69 73 3a 3c 2f  70 3e 0a 3c 70 20 61 6c  | this:</p>.<p al|
00000ac0  69 67 6e 3d 63 65 6e 74  65 72 3e 3c 69 6d 67 20  |ign=center><img |
00000ad0  73 72 63 3d 22 69 6d 67  73 2f 57 65 62 42 61 64  |src="imgs/WebBad|
00000ae0  22 20 61 6c 74 3d 22 28  41 20 73 74 61 6e 64 61  |" alt="(A standa|
00000af0  72 64 20 73 63 72 65 65  6e 2d 73 68 6f 74 20 66  |rd screen-shot f|
00000b00  72 6f 6d 20 61 6e 6f 74  68 65 72 20 41 72 63 68  |rom another Arch|
00000b10  69 6d 65 64 65 73 20 77  65 62 20 62 72 6f 77 73  |imedes web brows|
00000b20  65 72 29 22 20 77 69 64  74 68 3d 35 32 30 20 68  |er)" width=520 h|
00000b30  65 69 67 68 74 3d 33 34  32 3e 3c 2f 70 3e 0a 3c  |eight=342></p>.<|
00000b40  70 20 61 6c 69 67 6e 3d  63 65 6e 74 65 72 3e 2e  |p align=center>.|
00000b50  2e 2e 77 68 65 6e 20 79  6f 75 20 63 6f 75 6c 64  |..when you could|
00000b60  20 68 61 76 65 20 69 74  20 6c 6f 6f 6b 69 6e 67  | have it looking|
00000b70  20 6c 69 6b 65 20 74 68  69 73 3f 3c 2f 70 3e 0a  | like this?</p>.|
00000b80  3c 70 20 61 6c 69 67 6e  3d 63 65 6e 74 65 72 3e  |<p align=center>|
00000b90  3c 69 6d 67 20 73 72 63  3d 22 69 6d 67 73 2f 57  |<img src="imgs/W|
00000ba0  65 62 47 6f 6f 64 22 20  61 6c 74 3d 22 28 41 20  |ebGood" alt="(A |
00000bb0  72 61 74 68 65 72 20 6e  69 63 65 72 20 6c 6f 6f  |rather nicer loo|
00000bc0  6b 69 6e 67 20 73 68 6f  74 20 6f 66 20 74 68 65  |king shot of the|
00000bd0  20 73 61 6d 65 20 70 61  67 65 20 66 72 6f 6d 20  | same page from |
00000be0  54 65 72 6d 69 74 65 2e  20 59 6f 75 20 6d 69 67  |Termite. You mig|
00000bf0  68 74 20 6c 69 6b 65 20  74 6f 20 74 75 72 6e 20  |ht like to turn |
00000c00  69 6d 61 67 65 73 20 6f  6e 20 74 6f 20 73 65 65  |images on to see|
00000c10  20 69 74 2e 29 22 20 77  69 64 74 68 3d 35 34 31  | it.)" width=541|
00000c20  20 68 65 69 67 68 74 3d  34 33 30 3e 3c 2f 70 3e  | height=430></p>|
00000c30  0a 3c 68 72 3e 0a 3c 70  3e 3c 61 20 68 72 65 66  |.<hr>.<p><a href|
00000c40  3d 22 49 6e 64 65 78 22  3e 3c 69 6d 67 20 73 72  |="Index"><img sr|
00000c50  63 3d 22 69 6d 67 73 2f  62 75 74 62 61 6b 22 20  |c="imgs/butbak" |
00000c60  61 6c 69 67 6e 3d 6d 69  64 64 6c 65 20 77 69 64  |align=middle wid|
00000c70  74 68 3d 38 38 20 68 65  69 67 68 74 3d 38 38 20  |th=88 height=88 |
00000c80  62 6f 72 64 65 72 3d 30  20 61 6c 74 3d 22 28 4f  |border=0 alt="(O|
00000c90  29 22 3e 3c 2f 61 3e 20  47 6f 20 75 70 20 74 6f  |)"></a> Go up to|
00000ca0  20 3c 61 20 68 72 65 66  3d 22 49 6e 64 65 78 22  | <a href="Index"|
00000cb0  3e 69 6e 64 65 78 20 70  61 67 65 3c 2f 61 3e 3c  |>index page</a><|
00000cc0  2f 70 3e 0a 3c 2f 62 6f  64 79 3e 3c 2f 68 74 6d  |/p>.</body></htm|
00000cd0  6c 3e 0a                                          |l>.|
00000cd3