-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsupport.html
More file actions
48 lines (44 loc) · 1.63 KB
/
support.html
File metadata and controls
48 lines (44 loc) · 1.63 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Support - WeedTracker</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!--
== WeedTracker Reusable Header ==
Paste this at the top of any <body> block
-->
<header>
<h1>WeedTracker</h1>
<nav>
<a href="index.html">Home</a>
<a href="docs.html">Documentation</a>
<a href="privacy.html">Privacy Policy</a>
<a href="support.html">Support</a>
<a href="https://apps.apple.com/us/app/weedtracker/id6747688979">Get The App</a>
</nav>
</header>
<main>
<h2>Need Help?</h2>
<p>Email us at <a href="mailto:support@cardcomm.com">support@cardcomm.com</a></p>
<p>We'll do our best to respond within 24–48 hours.</p>
<hr>
<center>
<a href="https://apps.apple.com/us/app/weedtracker/id6747688979?itscg=30200&itsct=apps_box_badge&mttnsubad=6747688979" style="display: inline-block;">
<img src="https://toolbox.marketingtools.apple.com/api/v2/badges/download-on-the-app-store/black/en-us?releaseDate=1753660800" alt="Download on the App Store" style="width: 245px; height: 82px; vertical-align: middle; object-fit: contain;" />
</a>
</center>
</main>
<!--
== WeedTracker Reusable Footer ==
Paste this just before </body>
-->
<footer>
<p>Need help? Visit the <a href="docs.html">documentation</a>, <a href="support.html">support page</a>, or read our <a href="privacy.html">privacy policy</a>.</p>
© 2025 CardComm. All rights reserved.
</footer>
</body>
</html>