-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (31 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Thirukkural</title>
<meta name="theme-color" content="#000000" />
<link rel="icon" type="icon/x-icon" href="/favicon.ico"/>
<link href="/style.css" rel="stylesheet"/>
</head>
<body>
<abbr title="click here to reload"><img src="/logo.png" alt="logo" id="logo"/ onclick="reloadpage()"></abbr>
<div id="right-container">
<h3><span>பால் : </span><span id="pal">அறத்துப்பால்</span></h3>
<h3><span>இயல் : </span><span id="yiyal">இல்லறவியல்</span></h3>
<h3><span>அதிகாரம் : </span><span id="athikaram">இனியவை கூறல்</span></h3>
</div>
<fieldset>
<legend>குறள்</legend>
<p id="line1">இனிய உளவாக இன்னாத கூறல்</p>
<p id="line2">கனிஇருப்பக் காய்கவர்ந் தற்று.</p>
</fieldset>
<fieldset>
<legend>குறள் விளக்கம்</legend>
<p id="kural-exp">இனிமையான சொற்கள் இருக்கும்போது அவற்றை விடுத்துக் கடுமையாகப் பேசுவது கனிகளை ஒதுக்கி விட்டுக் காய்களைப் பறித்துத் தின்பதற்குச் சமமாகும்</p>
</fieldset>
<h5>MADE WITH 💚 BY <a href="https://bhstechie.netlify.app"> BHS TECHIE</a></h5>
<script src="/script.js" type="text/javascript"></script>
</body>
</html>