ce15fd2cf92b652f487b3949e1b9da9e91d7e081
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

1) <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
2) 
3) <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
4) <head>
5)   <title>Tor: Research</title>
Roger Dingledine clean up my meta and br tags

Roger Dingledine authored 19 years ago

6)   <meta name="Author" content="Roger Dingledine" />
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

7)   <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

8)   <link rel="stylesheet" type="text/css" href="stylesheet.css" />
Roger Dingledine list the favicon on every page

Roger Dingledine authored 19 years ago

9)   <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

10) </head>
11) 
12) <body>
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

13) <div class="center">
14) 
15) <!-- TITLE BAR & NAVIGATION -->
16) <div class="banner">
17) <table class="table-banner" cellpadding=0 cellspacing=0>
18) <tr>
19) <td width="110">
20) <a href="http://tor.eff.org/"><img border="0" src="images/spacer.png"
21) width="110" height="79"></a>
22) </td>
23) <td class="links" valign="top">
24)       <a href="index.html">Home</a>  |
25)       <a href="howitworks.html">How It Works</a>  |
26)       <a href="download.html">Download</a>  |
27)       <a href="documentation.html">Documentation</a>  |
28)       <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">FAQ</a>  |
29)       <a href="contribute.html">Contribute</a>  |
30)       <a href="developers.html">Developers</a>  |
31)       <a class="current">Research</a>  |
32)       <a href="people.html">People</a>
33) </td>
34) </tr>
35) </table>
36) </div>
37) <!-- END TITLE BAR & NAVIGATION -->
38) 
39) <div class="main-column">
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

40) 
41) <h2>Tor: Research</h2>
Roger Dingledine the horizontal lines were a...

Roger Dingledine authored 19 years ago

42) <hr>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

43) 
44) <p>Read <a
45) href="http://freehaven.net/anonbib/topic.html#Anonymous_20communication">these
46) papers</a> (especially the ones in boxes) to get up to speed on anonymous
47) communication systems.</p>
48) 
49) <p>More here coming soon.</p>
50) 
51)   </div><!-- #main -->
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

52) </div>
Roger Dingledine decide on a format for cont...

Roger Dingledine authored 19 years ago

53)   <div class="bottom" id="bottom">
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

54)      <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> -
Roger Dingledine decide on a format for cont...

Roger Dingledine authored 19 years ago

55)      $Id$
56)   </div>