prepare the tor vm website for when we want to use it
Roger Dingledine

Roger Dingledine commited on 2008-08-01 20:45:10
Zeige 1 geänderte Dateien mit 23 Einfügungen und 0 Löschungen.

... ...
@@ -0,0 +1,23 @@
1
+## translation metadata
2
+# Revision: $Revision$
3
+
4
+#include "head.wmi" TITLE="Tor VM"
5
+
6
+<div class="main-column">
7
+
8
+<!-- PUT CONTENT AFTER THIS TAG -->
9
+
10
+<h2>Tor VM</h2>
11
+<hr>
12
+
13
+<p>
14
+This is the placeholder for the Tor
15
+VM page. For now, you can read more at the <a
16
+href="https://svn.torproject.org/svn/torvm/trunk/doc/design.html">design
17
+document</a>.
18
+</p>
19
+
20
+</div><!-- #main -->
21
+
22
+#include <foot.wmi>
23
+
0 24