Files
wikiless/static/about.html
T
xbdm a909f92e81 0.1.2
- Added no referrer on wikiless logo.
- Added Previous Page at the bottom for conveince.
2023-07-07 14:53:10 -04:00

32 lines
1.0 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About - Wikiless</title>
<style>
</style>
</head>
<body>
<aside>
<a href="/" rel="noreferrer" target="_blank">
<img src="/wikiless-logo.png" alt="Wikiless logo">
</a>
</aside>
<h1>About</h1>
<p>Wikiless is a free open source alternative Wikipedia front-end focused on privacy.</p>
<p>The source is available at Github <a href="https://github.com/Metastem/wikiless">https://github.com/Metastem/wikiless</a>.</p>
<ul>
<li>No Javascript or ads.</li>
<li>All requests go through the backend, client never talks to Wikipedia.</li>
<li>Prevents Wikipedia getting your IP address.</li>
<li>Self-hostable. Anyone can setup a private or public instance.</li>
</ul>
<hr>
<a href="/" rel="noreferrer" target="_blank">Go Back</a>
<h4>Wikiless version</h4>
<p>0.1.2</p>
</body>
</html>