-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path1007.html
More file actions
61 lines (53 loc) · 3.15 KB
/
1007.html
File metadata and controls
61 lines (53 loc) · 3.15 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
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
56
57
58
59
60
61
<html>
<head>
<title>திருக்குறள் | குறள் | திருவள்ளுவர் | அதிகாரம் | அறத்துப்பால் | பாயிரவியல் | இல்லறவியல் | துறவறவியல் | ஊழியல் | பொருட்பால் | Thirukkural | Thirukkural in tamil | Thiruvalluvar | Kural | Kural explanation | Tiruvallurar kural | thirukural with tamil meaning | thirukural tamil | thirukural online | adhigaram</title>
<meta charset="utf-8">
<link rel="canonical" href="http://kural.manojkumar.net/kural" />
<meta property="og:title" content="திருக்குறள்"/>
<meta property="og:type" content="article"/>
<meta property="og:site_name" content="manojkumar.net"/>
</head>
<style>
html, body {
height: 100%;
}
html {
display: table;
margin: auto;
}
body {
display: table-cell;
#vertical-align: middle;
#text-align: center;
}
#tamil-kural {
padding:0;
margin:0;
line-height : 15px;
}
</style>
<body>
<div><center><h1>
1007
</br>
<button id="clck">அடுத்த ஏதோ ஒரு குறள்</button>
</h1></center></div>
<div id="tamil-kural">
<h1>அற்றார்க்கொன்று ஆற்றாதான் செல்வம் மிகநலம்</h1>
<h1>பெற்றாள் தமியள்மூத் தற்று.</h1>
</div>
<p> <b>டாக்டர் மு.வரதராசனார்:</b>பொருள் இல்லாத வறியவர்க்கு ஒரு பொருள் கொடுத்து உதவாதவனுடையச் செல்வம், மிக்க அழகு பெற்றவள் தனியாக வாழ்ந்து முதுமையுற்றாற் போன்றது.</p>
<p><b>மு.கருணாநிதி:</b>வறியவர்க்கு எதுவும் வழங்கி உதவாதவனுடைய செல்வம், மிகுந்த அழகியொருத்தி, தன்னந்தனியாகவே இருந்து முதுமையடைவதைப் போன்றது</p>
<p><b>சாலமன் பாப்பையா:</b>ஏதும் இல்லாதவர்க்கு ஏதாவது ஒன்றைக் கொடுத்து உதவாதவன் செல்வம், மிகுந்த அழகு பெற்ற பெண், திருமணமாகாமலே முதுமை அடைந்தது போலாம்.</p>
<h1>English</h1>
<h1>Who loaths to help have-nots, his gold Is like a spinster-belle grown old</h1>
<p>The wealth of him who never bestows anything on the destitute is like a woman of beauty growing old without a husband</p>
</body>
<script>
document.getElementById("clck").onclick = function () {
let num = Math.floor(Math.random() * 1330) + 1;
const full = window.location.protocol + '//' + window.location.host+'/'+num+".html";
window.location.replace(full);
};
</script>
</html>