mirror of
https://github.com/Metastem/wikiless
synced 2024-12-06 19:16:58 +01:00
31 lines
861 B
HTML
31 lines
861 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>About - Wikiless</title>
|
|
<style>
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<aside>
|
|
<a href="/" title="To the frontpage">
|
|
<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>All requests go through Wikiless, your browser never talks to Wikipedia</li>
|
|
<li>No JavaScript or ads</li>
|
|
<li>Self-hostable</li>
|
|
</ul>
|
|
<hr>
|
|
<h4>Wikiless version</h4>
|
|
<p>0.1.1</p>
|
|
</body>
|
|
</html>
|
|
|