updated support and privacy policy

This commit is contained in:
janis
2022-10-29 16:50:18 +02:00
parent bdb2f78af9
commit 27d4dd3fce
3 changed files with 60 additions and 8 deletions

View File

@@ -6,13 +6,21 @@
</head>
<body>
<header>
</header>
<nav>
<ul>
<li><a href="./index.html">Home</a></li>
<li class="active"><a href="#">Support</a></li>
</ul>
</nav>
<div>
<h1>Support</h1>
<p>Have you run into a problem with one of my apps? Please contact me by clicking the button below! I am here to help you out.</p>
<br>
<h2>Troubleshooting</h2>
<p>You may try to fix the problem yourself, by trying these steps here:</p>
<ul>
<li>Force close the app (open App switcher and swipe up the app) and reopening it</li>
<li>Check for an update in the app store</li>
</ul>
<p>If nothing of the above helps or you'd like to give feedback, please click the button below!</p>
<br><br><br><br><br><br><br>
<h3>Before you contact me: Have you tried the troubleshooting steps above?</h3>
<br><br>
<a href='mailto:dev.janishutz@protonmail.com'>Contact me</a>
</div>
</body>
</html>