56 lines
2.4 KiB
HTML
Executable File
56 lines
2.4 KiB
HTML
Executable File
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="utf-8"/>
|
||
<meta name="viewport" content="width=device-width, initial-scale=0.75" />
|
||
<script type="text/javascript" src="/static/script.js?6"></script>
|
||
<title>#_TITLE_#appchk: Privacy Monitor</title>
|
||
<link rel="stylesheet" type="text/css" href="/static/style.css?6">
|
||
<link rel="stylesheet" type="text/css" href="/static/fonts/font.css">
|
||
<link rel="apple-touch-icon" sizes="180x180" href="/static/favicon/apple-touch-icon.png">
|
||
<link rel="icon" type="image/png" sizes="32x32" href="/static/favicon/favicon-32x32.png">
|
||
<link rel="icon" type="image/png" sizes="16x16" href="/static/favicon/favicon-16x16.png">
|
||
<link rel="manifest" href="/static/favicon/site.webmanifest">
|
||
<link rel="mask-icon" href="/static/favicon/safari-pinned-tab.svg" color="#000000">
|
||
<link rel="shortcut icon" href="/static/favicon/favicon.ico">
|
||
<meta name="msapplication-TileColor" content="#000000">
|
||
<meta name="msapplication-config" content="/static/favicon/browserconfig.xml">
|
||
<meta name="theme-color" content="#ffffff">
|
||
</head>
|
||
<body>
|
||
<header>
|
||
<nav>
|
||
<ul id="main-nav">
|
||
<li><a href="/index/apps/">Apps</a></li>
|
||
<li><a href="/category/">Categories</a></li>
|
||
<li><a href="/results/">Results</a></li>
|
||
<li><a class="no-ul" href="https://github.com/ubapsi/appchk-app" target="_blank"><img src="/static/github.svg" alt="GitHub"></a></li>
|
||
</ul>
|
||
</nav>
|
||
<h1><a class="no-ul" href="/"><img src="/static/logo.svg" alt="logo" width="50" height="50"> appchk <span>– Privacy Monitor</span></a></h1>
|
||
</header>
|
||
<main>
|
||
#_CONTENT_#
|
||
</main>
|
||
<footer>
|
||
<div class="col3">
|
||
<div>
|
||
<h4>About</h4>
|
||
<p>AppCheck is an iOS analysis tool that allows anyone to peak into DNS traffic of other applications. AppCheck helps users, activists, and data protection authorities.</p>
|
||
</div>
|
||
<div>
|
||
<h4>Feedback</h4>
|
||
<p>We are curious to receive your feedback. Please do not hesitate to contact us if you observe any errors.</p>
|
||
</div>
|
||
<div>
|
||
<h4>Beta Status</h4>
|
||
<p>AppCheck is still in its early stages. While we're giving our very best, we currently cannot guarantee the accuracy of the displayed results.</p>
|
||
</div>
|
||
</div>
|
||
<div class="links">
|
||
<a href="/privacy.html">Privacy Policy / Datenschutz</a> ·
|
||
<a href="/imprint.html">Imprint / Impressum</a>
|
||
</div>
|
||
</footer>
|
||
</body>
|
||
</html> |