-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (40 loc) · 1.78 KB
/
index.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
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sriveenkat Notebook</title>
<link rel="stylesheet" href="styles.css">
<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=Poppins&display=swap" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
</head>
<body>
<h1>Sriveenkat's Notes</h1>
<!-- Navbar-->
<div class="navbar">
<a class="active" href="#home">Home</a>
<a href="#about">About</a>
<a href="#projects">Projects & Plans</a>
<a href="#notes">Notebook</a>
<a href="taindex.html" class="translate">தமிழில் காண்க</a>
</div>
<div class="title"><b>My Blogs</b></div>
<h4>More Tutorial Blogs comes in the future</h4>
<!--column1 -->
<div class="row">
<div class="column">
<div class="card"><h2>Add Audio Pronunciation from Lingua Libre (Simple Way)</h2>
<h5>A Simple Way for Add Audio Pronunciations for Non-Lingua Libre Bot Wiktionaries</h5>
<p>Go to Lingua Libre's Sound library, Type or Select the Language you needed and Search. Next Click on Export this query in csv. (Note: CSV query file shows only 102 Recorded words). This is not recommended by me (User:Sriveenkat).....</p>
<a href="https://sriveenkats-organization.gitbook.io/lingua-libre/" target="_blank"><button class="button button1">See on Gitbook</button></a>
</div>
</div>
<!--column2
<div class="column">
<div class="card">..</div>
</div>
</div>-->
</body>
</html>