-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
64 lines (56 loc) · 2.39 KB
/
terms.html
File metadata and controls
64 lines (56 loc) · 2.39 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>TrendFit — Terms of Use</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="canonical" href="https://trendfitapp.com/terms.html" />
<meta name="description" content="TrendFit Terms of Use — app usage, permissions, limitations, and contact information." />
<meta property="og:url" content="https://trendfitapp.com/terms.html">
<link rel="preconnect" href="https://cdnjs.cloudflare.com">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css" />
<link rel="stylesheet" href="css/style.css?v=2025-09-20-1" />
<script defer src="js/includes.js"></script>
<script defer src="js/policy.js"></script>
<style>
/* Page-local tweaks (can move to css/style.css later) */
.policy-meta { color: var(--muted); font-size: 14px; margin-top: 4px; }
.policy-section { margin: 18px 0 0; }
.policy-section h2 { font-size: 1.1rem; margin: 16px 0 6px; }
.policy-section ul { padding-left: 1.2rem; }
</style>
</head>
<body class="bg-gradient">
<!-- ============ Header / Navbar ============ -->
<!-- Shared header include -->
<div data-include="partials/header.html"></div>
<main class="section">
<div class="container">
<!-- policy.js will render into this root -->
<div id="policy-root" data-policy="terms">
<!-- Fallback / Initial skeleton -->
<h1>Terms of Use</h1>
<p class="policy-meta">Loading latest terms…</p>
</div>
<noscript>
<article class="card" style="margin-top:12px;">
<h3>Enable JavaScript to view Terms</h3>
<p class="muted">This page loads the Terms of Use from a JSON file. Please enable JavaScript.</p>
</article>
</noscript>
</div>
</main>
<!-- ============ Footer ============ -->
<footer class="site-footer">
<div class="container footer-row">
<small>© 2025 TrendFit</small>
<div class="footer-links">
<a href="privacy.html">Privacy</a>
<span>·</span>
<a href="terms.html">Terms</a>
</div>
</div>
</footer>
<!-- Cloudflare Web Analytics --><script defer src="https://static.cloudflareinsights.com/beacon.min.js" data-cf-beacon="{"token": "88f8c60681cd4caaaa9c73ec113a9178"}"></script><!-- End Cloudflare Web Analytics -->
</body>
</html>