first cut of new website
Roger Dingledine authored 20 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>
|
clean up my meta and br tags
Roger Dingledine authored 20 years ago
|
6) <meta name="Author" content="Roger Dingledine" />
|
first cut of new website
Roger Dingledine authored 20 years ago
|
7) <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
8) <link rel="stylesheet" type="text/css" href="default.css" />
9) </head>
10)
11) <body>
12) <div class="menu" id="side">
13) <!-- <img id="logo" src="tor.jpg" alt="cute tor gate" /> -->
|
clean up my meta and br tags
Roger Dingledine authored 20 years ago
|
14) <a href="index.html">Home</a> <br />
15) <a href="overview.html">Overview</a> <br />
16) <a href="download.html">Download</a> <br />
17) <a href="documentation.html">Documentation</a><br />
18) <a href="contribute.html">Contribute</a> <br />
19) <a href="design.html">Design</a> <br />
20) <a href="developers.html">Developers</a> <br />
21) <a class="current">Research</a> <br />
22) <a href="people.html">People</a> <br />
|
first cut of new website
Roger Dingledine authored 20 years ago
|
23) </div><!-- #side -->
24) <div class="main" id="main">
25)
26) <h2>Tor: Research</h2>
27)
28) <p>Read <a
29) href="http://freehaven.net/anonbib/topic.html#Anonymous_20communication">these
30) papers</a> (especially the ones in boxes) to get up to speed on anonymous
31) communication systems.</p>
32)
33) <p>More here coming soon.</p>
34)
35) </div><!-- #main -->
|
decide on a format for cont...
Roger Dingledine authored 20 years ago
|
36) <div class="bottom" id="bottom">
37) <i><a href="mailto:tor-webmaster@freehaven.net">Webmaster</a></i> -
38) $Id$
39) </div>
|