-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (21 loc) · 1.09 KB
/
Copy pathindex.html
File metadata and controls
22 lines (21 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>CCR Checklist Pro and CCRSim Support</title>
<style>
body { font: 16px/1.5 -apple-system, system-ui, Segoe UI, Roboto, sans-serif; margin: 2rem; max-width: 800px; }
h1 { font-size: 1.8rem; margin-bottom: .25rem; }
.card { padding: 1rem 1.25rem; border: 1px solid #e5e7eb; border-radius: 12px; background: #fff; }
ul { margin: .5rem 0 0 1rem; }
a { color: #2563eb; }
</style>
<h1>CCR Checklist Pro and CCRSim — Support</h1>
<p class="card">
Need help or want to report a bug? Open an issue on <a href="https://github.com/iamorlando/jjChecklistSupport/issues">GitHub</a>.
</p>
<h2>FAQs</h2>
<ul>
<li><strong>How do I export a PDF in CCR Checklist Pro?</strong> In the app go to any dive or CCR and slide the item to see the export option.</li>
<li><strong>Where are images stored?</strong> On‑device (Documents); included in exported PDFs.</li>
<li><strong>Privacy?</strong> Data stays local; no accounts, no tracking. See our <a href="privacy.html">Privacy Policy</a></li>
</ul>