Rename to appchk, fix typos, and remove help needed
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=0.75" />
|
||||
<script type="text/javascript" src="/static/script.js?5"></script>
|
||||
<title>#_TITLE_#AppCheck: Privacy Monitor</title>
|
||||
<link rel="stylesheet" type="text/css" href="/static/style.css?5">
|
||||
<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">
|
||||
@@ -22,12 +22,12 @@
|
||||
<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 href="/help/">Help needed</a></li>
|
||||
<li><a class="no-ul" href="https://github.com/relikd/appcheck" 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"> AppCheck <span>– Privacy Monitor</span></a></h1>
|
||||
<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_#
|
||||
|
||||
Reference in New Issue
Block a user