-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresources.html
More file actions
28 lines (26 loc) · 1.03 KB
/
Copy pathresources.html
File metadata and controls
28 lines (26 loc) · 1.03 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="#17110b">
<title>Resources · Sikka 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">Sikka Sathi</p>
<h1>Resources</h1>
<p>Yahaan se aap app ke useful references dekh sakte hain.</p>
<ul>
<li><a href="https://snakeeye-sudo.github.io/Aapka-Sathi/" target="_blank" rel="noreferrer">Aapka-Sathi family hub</a></li>
</ul>
<p><a class="family-chip" href="./index.html">Back to app</a></p>
</article>
</main>
</body>
</html>