]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blob - app/src/main/assets/de/about_links.html
aa6001b4988fe41a4b9a630fd92803dd4a974529
[PrivacyBrowserAndroid.git] / app / src / main / assets / de / about_links.html
1 <!--
2   Copyright © 2016-2018,2020-2022 Soren Stoutner <soren@stoutner.com>.
3
4   Translation 2019 Bernhard G. Keller.  Copyright assigned to Soren Stoutner <soren@stoutner.com>.
5
6   Translation 2016 Aaron Gerlach <aaron@gerlach.com>.  Copyright assigned to Soren Stoutner <soren@stoutner.com>.
7
8   This file is part of Privacy Browser Android <https://www.stoutner.com/privacy-browser-android>.
9
10   Privacy Browser Android is free software: you can redistribute it and/or modify
11   it under the terms of the GNU General Public License as published by
12   the Free Software Foundation, either version 3 of the License, or
13   (at your option) any later version.
14
15   Privacy Browser Android is distributed in the hope that it will be useful,
16   but WITHOUT ANY WARRANTY; without even the implied warranty of
17   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18   GNU General Public License for more details.
19
20   You should have received a copy of the GNU General Public License
21   along with Privacy Browser Android.  If not, see <http://www.gnu.org/licenses/>. -->
22
23 <html>
24     <head>
25         <meta charset="UTF-8">
26
27         <link rel="stylesheet" href="../css/theme.css">
28
29         <!-- Setting the color scheme instructs the WebView to respect `prefers-color-scheme` @media CSS. -->
30         <meta name="color-scheme" content="light dark">
31     </head>
32
33     <body>
34         <h3>Websites</h3>
35
36         <h4><a href="https://www.stoutner.com/category/privacy-browser/"><svg class="links"><use href="../shared_images/chrome_reader_mode.svg#icon"/></svg></a>
37             <a href="https://www.stoutner.com/category/privacy-browser/">Neuigkeiten</a></h4>
38
39         <h4><a href="https://www.stoutner.com/category/privacy-browser-roadmap/"><svg class="links"><use href="../shared_images/map.svg#icon"/></svg></a>
40             <a href="https://www.stoutner.com/category/privacy-browser-roadmap/">Roadmap</a></h4>
41
42         <h4><a href="https://fosstodon.org/@privacybrowser"><svg class="links"><use href="../shared_images/mastodon.svg#icon"/></svg></a>
43             <a href="https://fosstodon.org/@privacybrowser">Fosstodon</a></h4>
44
45         <h4><a href="https://redmine.stoutner.com/projects/privacy-browser/issues"><svg class="links"><use href="../shared_images/bug_report.svg#icon"/></svg></a>
46             <a href="https://redmine.stoutner.com/projects/privacy-browser/issues">Bug-Tracker und Feature-Anfragen</a></h4>
47
48         <h4><a href="https://redmine.stoutner.com/projects/privacy-browser/boards"><svg class="links"><use href="../shared_images/question_answer.svg#icon"/></svg></a>
49             <a href="https://redmine.stoutner.com/projects/privacy-browser/boards">Forum</a></h4>
50
51         <h4><a href="https://gitweb.stoutner.com/?p=PrivacyBrowser.git;a=summary"><svg class="links"><use href="../shared_images/more.svg#icon"/></svg></a>
52             <a href="https://gitweb.stoutner.com/?p=PrivacyBrowser.git;a=summary">GitWeb</a></h4>
53     </body>
54 </html>