-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
81 lines (71 loc) · 3.59 KB
/
Copy pathterms.html
File metadata and controls
81 lines (71 loc) · 3.59 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!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://www.trendfitapp.com/terms.html" />
<meta name="description" content="TrendFit Terms of Use — app usage, permissions, limitations, and contact information." />
<meta name="theme-color" content="#FF8C00" />
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:site_name" content="TrendFit" />
<meta property="og:title" content="TrendFit — Terms of Use" />
<meta property="og:description" content="TrendFit Terms of Use — app usage, permissions, limitations, and contact information." />
<meta property="og:url" content="https://www.trendfitapp.com/terms.html" />
<meta property="og:image" content="https://www.trendfitapp.com/images/og-default.jpg" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="TrendFit - Track workout trends with privacy-first insights" />
<meta property="og:image:type" content="image/jpeg" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="TrendFit — Terms of Use" />
<meta name="twitter:description" content="TrendFit Terms of Use — app usage, permissions, limitations, and contact information." />
<meta name="twitter:image" content="https://www.trendfitapp.com/images/og-default.jpg" />
<meta name="twitter:image:alt" content="TrendFit - Track workout trends with privacy-first insights" />
<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" />
<script>(function(){var p=localStorage.getItem('theme:preference');if(p==='dawn'||p==='dark')document.documentElement.setAttribute('data-theme',p);})();</script>
<link rel="stylesheet" href="css/style.css?v=2026-05-29-17" />
<script defer src="js/includes.js"></script>
<script defer src="js/policy.js"></script>
</head>
<body class="page-terms">
<!-- ============ 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="faq.html">FAQ</a>
<span>·</span>
<a href="privacy.html">Privacy</a>
<span>·</span>
<a href="terms.html">Terms</a>
<span>·</span>
<a href="mailto:trendfitapp@gmail.com">Contact</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>