-
Notifications
You must be signed in to change notification settings - Fork 0
/
list.html
45 lines (40 loc) · 1.42 KB
/
list.html
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Page title -->
<title>Bani — Gurbani</title>
<link rel="icon" type="image/x-icon" href="assets/ba.svg" />
<!-- Google Material icons -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" />
<!-- Google Fonts -->
<!-- Noto Sans Gurmukhi -->
<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+Gurmukhi:wght@100..900&display=swap" rel="stylesheet" />
<!-- Global style -->
<link rel="stylesheet" href="styles/style.css" />
<!-- Dev -->
<!-- <script type="module" src="scripts/bani.js" defer></script> -->
<!-- Build -->
<script src="dist/main.js" defer></script>
<!-- Common code for all bani -->
</head>
<body>
<ul id="list-bani">
<li>
<a href="japji-sahib.html">Japji Sahib</a>
</li>
<li>
<a href="japji-sahib-para.html">Japji Sahib Ashtpadi</a>
</li>
<li>
<a href="sukhmani-sahib.html">Sukhmani Sahib</a>
</li>
<li>
<a href="sukhmani-sahib-para.html">Sukhmani Sahib Ashtpadi</a>
</li>
</ul>
</body>
</html>