mirror of
https://github.com/Metastem/wikiless
synced 2024-12-06 19:16:58 +01:00
30 lines
941 B
HTML
30 lines
941 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 Codeberg <a href="https://codeberg.org/orenom/wikiless">https://codeberg.org/orenom/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>
|
|
<h1>Donating</h1>
|
|
<p>XMR: 832ogRwuoSs2JGYg7wJTqshidK7dErgNdfpenQ9dzMghNXQTJRby1xGbqC3gW3GAifRM9E84J91VdMZRjoSJ32nkAZnaCEj</p>
|
|
</body>
|
|
</html>
|
|
|