-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
28 lines (26 loc) · 1.23 KB
/
terms.html
File metadata and controls
28 lines (26 loc) · 1.23 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
<!doctype html>
<html lang="hi">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#201811">
<title>Terms & Conditions · Panchang Sathi</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+Devanagari:wght@400;500;600;700;800&family=Sora:wght@400;600;700;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<main class="simple-page">
<article class="simple-card">
<p class="eyebrow">Panchang Sathi</p>
<h1>Terms & Conditions</h1>
<p>Panchang Sathi informational aur personal utility use ke liye hai. Iske outputs ko final legal, medical, financial, ya religious authority replacement na samjhein.</p>
<ul>
<li>Regional panchang traditions vary kar sakti hain; is app ko quick reference samjhein.</li><li>Important rituals ke liye local tradition ya trusted guru/temple guidance bhi verify karein.</li>
</ul>
<p><a class="family-chip" href="./index.html">Back to app</a></p>
</article>
</main>
</body>
</html>