Merge branch 'master' into master

This commit is contained in:
Baobab 2020-10-12 17:11:25 +02:00
commit 7ecc66d285
1 changed files with 36 additions and 38 deletions

View File

@ -1,36 +1,34 @@
<!--Old Style--> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd" xml:lang="en">
<head> <head>
<meta http-equiv="Content-type" content="application/xhtml+xml;charset=utf-8"/> <meta http-equiv="Content-type" content="application/xhtml+xml;charset=utf-8"/>
<title>Web Browser — Spyware Watchdog</title> <meta name="viewport" content="width=device-width,initial-scale=1"/>
<link rel="stylesheet" href="../style.css"/> <link rel="icon" href = "../images/favicon.ico"/>
<title>Web Browser - Spyware Watchdog</title>
<link href="../style.css" rel="stylesheet" type="text/css" media="all"/>
</head> </head>
<body> <body>
<div class="case"> <div class="case">
<div class="nav"><a href="index.html">&larr; Catalog</a></div> <div class="nav">
<div class="main"> <a href="index.html">&larr; Catalog</a>
</div>
<div class="center">
<img width="130" height="145" src="../images/web_browser_logo.png" alt="Web Browser Logo"/> <img width="130" height="145" src="../images/web_browser_logo.png" alt="Web Browser Logo"/>
<p> <h1>Web Browser</h1>
Web Browser (aka Werefox) is a browser originally based on Pale Moon. <p>Web Browser is a browser originally based on Pale Moon.</p>
<!--"My goals are to create a private by default browser without a million bells and whistles for power users and maintain XUL plugin compatibility"/-->
</p>
<h2>Spyware Level: <span class="green">Not Spyware</span></h2> <h2>Spyware Level: <span class="green">Not Spyware</span></h2>
<p> <p>Web Browser <span class="green">makes no unsolicited requests at all.</span> It is also fully open source.<sup><a href="#one">[1]</a></sup> It is a great choice for everyday use and due to it being based on Pale Moon, it has access to all of the XUL plugins available.</p>
Web Browser <b><span class="green">makes no unsolicited requests at all.</span></b>
It is also fully open source.<sup><a href="#s1">[1]</a></sup> It is a great choice for everyday use and due to it being based on Pale Moon, it has access to all of the XUL plugins available.
</p>
</div> </div>
<hr/> <hr></hr>
<div class="footer"> <div class="center">
<div class="sources"> <h2>Sources</h2>
<h4>Sources:</h4> <p><a id="one">1.</a><a href="https://git.nuegia.net/webbrowser.git/">Project's homepage</a></p>
<ol> <hr></hr>
<li id="s1"><a href="https://git.nuegia.net/webbrowser.git/">Project's homepage</a></li> <p>This article was created on 4/3/20</p>
</ol> <p>This article was lasted edited on 10/11/2020</p>
</div> <hr></hr>
<hr/> <p>If you want to contribute to this website, you can always <a href="https://codeberg.org/TheShadow/SpywareWatchdog">make a pull request</a>.</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>.</p>
<p>All contributions must be licensed under the CC0 license to be accepted.</p> <p>All contributions must be licensed under the CC0 license to be accepted.</p>
<a href="https://creativecommons.org/publicdomain/zero/1.0/legalcode"><img class="icon" src="../images/cc0.png" alt="CC0 License"/></a> <a href="https://creativecommons.org/publicdomain/zero/1.0/legalcode"><img class="icon" src="../images/cc0.png" alt="CC0 License"/></a>
</div> </div>