fixed the theme
This commit is contained in:
parent
0700069587
commit
3b5522b507
|
@ -6,14 +6,14 @@
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1"/>
|
<meta name="viewport" content="width=device-width,initial-scale=1"/>
|
||||||
<link rel="icon" href = "images/favicon.ico"/>
|
<link rel="icon" href = "images/favicon.ico"/>
|
||||||
<title>Otter Browser — Spyware Watchdog</title>
|
<title>Otter Browser — Spyware Watchdog</title>
|
||||||
<link href="/style.css" rel="stylesheet" type="text/css" media="all"/>
|
<link href="../style.css" rel="stylesheet" type="text/css" media="all"/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="nav"><a href="index.html">← Catalog</a></div>
|
<div class="nav"><a href="index.html">← Catalog</a></div>
|
||||||
|
|
||||||
<div class="center">
|
<div class="center">
|
||||||
|
|
||||||
<img alt="Otter Browser Logo" src="../images/otter_browser_logo.png" width="300" height="300"/>
|
<img src="../images/otter_browser_logo.png" alt="Otter Browser Logo"/>
|
||||||
|
|
||||||
<p>From their website: "Otter Browser aims to recreate the best aspects of the classic Opera (12.x) UI using Qt5." Their motto is: "Controlled by the user, not vice versa". Version tested: 0.9.12 (SlackBuild from slackbuilds.org). Program used for testing requests: Mitmproxy.</p>
|
<p>From their website: "Otter Browser aims to recreate the best aspects of the classic Opera (12.x) UI using Qt5." Their motto is: "Controlled by the user, not vice versa". Version tested: 0.9.12 (SlackBuild from slackbuilds.org). Program used for testing requests: Mitmproxy.</p>
|
||||||
|
|
||||||
|
@ -21,14 +21,18 @@
|
||||||
|
|
||||||
<p>Otter Browser <b><font color=lime>makes no unsolicited requests at all.</font></b> It is fully open source. The developers, also, don't plan to include any spyware "features" in the future. This seems like a true privacy-based web browser (at least for now).</p>
|
<p>Otter Browser <b><font color=lime>makes no unsolicited requests at all.</font></b> It is fully open source. The developers, also, don't plan to include any spyware "features" in the future. This seems like a true privacy-based web browser (at least for now).</p>
|
||||||
|
|
||||||
|
<hr></hr>
|
||||||
|
|
||||||
<p>This article was created on 11/25/2017</p>
|
<p>This article was created on 11/25/2017</p>
|
||||||
<p>This article was lasted edited on 10/5/2020</p>
|
<p>This article was lasted edited on 10/5/2020</p>
|
||||||
|
|
||||||
|
<hr></hr>
|
||||||
|
|
||||||
<p>If you want to edit this article, or contribute your own article(s), contact us on XMPP over in spyware@conference.nuegia.net, or visit us at the git repo on <a href="https://codeberg.org/TheShadow/SpywareWatchdog">Codeberg</a>. All contributions must be licensed under the CC0 license to be accepted.</p>
|
<p>If you want to edit this article, or contribute your own article(s), contact us on XMPP over in spyware@conference.nuegia.net, or visit us at the git repo on <a href="https://codeberg.org/TheShadow/SpywareWatchdog">Codeberg</a>. All contributions must be licensed under the CC0 license to be accepted.</p>
|
||||||
|
|
||||||
<a img class="icon" src="../images/cc0.png" alt="CC0 License" href="https://creativecommons.org/publicdomain/zero/1.0/legalcode"></a>
|
<a img class="icon" src="../images/cc0.png" alt="CC0 License" href="https://creativecommons.org/publicdomain/zero/1.0/legalcode"></a>
|
||||||
|
|
||||||
<a href="https://creativecommons.org/publicdomain/zero/1.0/legalcode"><img src="../images/cc0.png" alt="CC0 License" title='CC0'/></a>
|
<a href="https://creativecommons.org/publicdomain/zero/1.0/legalcode"><img src="../images/cc0.png" class="icon" alt="CC0 License" title='CC0'/></a>
|
||||||
|
|
||||||
<p><a href="../articles/index.html">Back to catalog</a></p>
|
<p><a href="../articles/index.html">Back to catalog</a></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue