-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsupport.html
27 lines (27 loc) · 1.06 KB
/
support.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>workerbird</title>
<link rel="stylesheet" href="reset.css" />
<link rel="stylesheet" href="style.css" />
<meta name="theme-color" content="rgb(255, 105, 95)" />
<!-- load this last -->
</head>
<body id="support-body">
<nav id="privacy-back">
<a href="home.html" id="support-arrow">‹</a>
</nav>
<main id="support">
<h3 id="support-title">Support</h3>
<p>
If you are experiencing any issues with the Workerbird app please contact
<a href="mailto:support@workerbird.co.uk" id="support-email">support@workerbird.co.uk</a>
</p>
<p>We are also keen to hear any general feedback and any requests for feature enhancement, so please get in touch.</p>
<p>As we respond to users, we will update this page with a list of Frequently Asked Questions</p>
</main>
</body>
</html>