-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (48 loc) · 2.27 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
51
52
53
54
55
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="shortcut icon" href="./img/thiru1.webp" type="image/x-icon">
<title>T H I R U K U R A L</title>
</head>
<body>
<main>
<div class="mainContainer">
<div class="container-fluid">
<div class="row justify-content-center">
<div class="col-lg-3 col-md-5 p-0">
<div class="figure">
<img src="./img/002 Tiruvalluvar 9 .jpg" class="img-fluid" alt="">
</div>
</div>
<div class="col-lg-6 col-md-6 bg_kural">
<div class="text-center mt-3 ">
<p id="athigaram">அதிகாரம் :</p>
<p id="iyal">இயல் :</p>
<p id="kural">குறள் பால் :</p>
</div>
<div class="kural text-center ">
<p id="thirukural" class="fw-bold"></p>
<!-- <p id="line2" class="fw-bold "></p> -->
<p id="kuralnum">குறள் எண் :</p>
</div>
<div class="text-center pb-3">
<button id="button">குறள் தேடுக</button>
</div>
</div>
</div>
</div>
</div>
<!-- <p id="p"></p>
<p id="iyal"></p> -->
</main>
<script src="script.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
</body>
</html>