made a lot of changes (jquery now used)
This commit is contained in:
14
support.html
14
support.html
@@ -2,25 +2,27 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Support - janishutz.com</title>
|
||||
<link rel="stylesheet" href="./indexStyle.css">
|
||||
<link rel="stylesheet" href="./css/mainstyle.css">
|
||||
<script src="./js/jquery.js"></script>
|
||||
<script src="./js/basicanimations.js"></script>
|
||||
</head>
|
||||
|
||||
<div id="ContentToInclude"></div>
|
||||
<body>
|
||||
<div>
|
||||
<div class="policydiv">
|
||||
<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>
|
||||
<li>Force close the app (open App switcher and swipe up the app) and reopening it / Close the program and reopen it</li>
|
||||
<li>Check for an update in the AppStore / on GitHub</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>
|
||||
<a class="linkbutton" href='mailto:dev.janishutz@protonmail.com'>Contact me</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user