index.html 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <!doctype html>
  2. <html lang="en-US">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="chrome=1">
  6. <title>Compilare Tor manualmente</title>
  7. <meta property="og:title" content="Tropea" />
  8. <meta property="og:locale" content="it_IT" />
  9. <link rel="canonical" href="https://tropea.org" />
  10. <meta property="og:url" content="https://tropea.org" />
  11. <meta property="og:site_name" content="tropea.org" />
  12. <link rel="stylesheet" href="/css/style.css">
  13. <meta name="viewport" content="width=device-width">
  14. </head>
  15. <body>
  16. <div class="wrapper">
  17. <aside>
  18. <header>
  19. <h1><a href="/"><img class="logo" src="/imgs/logo.svg"/></a></h1>
  20. <p><a href="/associazione">L'Associazione</a></p>
  21. <p><a href="/partecipa">Partecipa! / Dona</a></p>
  22. <p><a href="/fleet">Servers</a></p>
  23. <p><a href="/tor-exit-notice">"Questo e' un Exit Node"</a></p>
  24. <p><a href="/archivio">Comunicati</a></p>
  25. <p><a href="/wiki">Wiki</a></p>
  26. <p>&nbsp;</p>
  27. <p class="view"><a href="https://mastodon.cisti.org/@tropea">Mastodon</a> - <a href="https://twitter.com/tropeaitalia">Twitter</a></p>
  28. </header>
  29. <footer>
  30. <p><small>2019 Tropea Italia<br/><br/>
  31. <em>Tropea Italia</em> non e' affiliata con il progetto <i>Tor</i>.<br/><i>Tor</i> e il logo <i>Onion</i> sono marchi registrati di <i>The Tor Project, Inc</i>.</small></p>
  32. </footer>
  33. </aside>
  34. <section>
  35. <div class="post">
  36. <div class="post-head">
  37. <h1 class="post-title">Wiki - Compilare Tor manualmente</h1>
  38. </div>
  39. <h2 id="step-1">Step 1</h2>
  40. <p><code class="highlighter-rouge">execute this</code></p>
  41. <h2 id="step-2">Step 2</h2>
  42. <p><code class="highlighter-rouge">execute that</code></p>
  43. </div>
  44. </section>
  45. </div>
  46. </body>
  47. </html>