-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path1031.html
61 lines (53 loc) · 3.43 KB
/
1031.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
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>
1031
</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>Farming though hard is foremost trade Men ply at will but ploughmen lead</h1>
<p>Agriculture, though laborious, is the most excellent (form of labour); for people, though they go about (in search of various employments), have at last to resort to the farmer</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>