Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(624)

Side by Side Diff: ports/tor/index.html

Issue 1311703003: Added Tor Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ports/tor/build.sh ('k') | ports/tor/krotor_128.png » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>KroTor</title>
5 <META HTTP-EQUIV="Pragma" CONTENT="no-cache" />
6 <META HTTP-EQUIV="Expires" CONTENT="-1" />
7 <script type="text/javascript" src="hterm.concat.js"></script>
8 <script type="text/javascript" src="pipeserver.js"></script>
9 <script type="text/javascript" src="naclprocess.js"></script>
10 <script type="text/javascript" src="naclterm.js"></script>
11 <script type="text/javascript" src="tor.js"></script>
12
13
14 <style type="text/css">
15 body {
16 position: absolute;
17 padding: 0;
18 margin: 0;
19 height: 100%;
20 width: 100%;
21 overflow: scroll;
22 }
23
24 #terminal {
25 height: 450px;
26 position: relative;
27 padding: 5px;
28 }
29 </style>
30
31 </head>
32 <body>
33 <h4 style="text-align: center;">KroTor-beta</h4>
34 <div>
35 <p style="text-align: center;">Access the internet via Tor Network<br/> To l earn more about Tor Project,please visit https://www.torproject.org</p>
36 <ul>
37 <li>On successful run ie 100% bootstrapped (see the logs in terminal), a t or (socks) proxy will be available system wide at <strong>127.0.0.1:9999</strong >, point your browser/
38 application accordingly to the proxy</li>
39 <li>The app don't honor the system network settings yet, viz. if you are b ehind a proxy then it will not work for now</li>
40 <li>The functionality to define various settings such as firewall rules, p roxy settings etc will be added in next version.</li>
41 </ul>
42 </div>
43
44 <div id="terminal"></div>
45 </body>
46 </html>
OLDNEW
« no previous file with comments | « ports/tor/build.sh ('k') | ports/tor/krotor_128.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698