-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
31 lines (26 loc) · 1.64 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>
<title>Stop12HoursWork</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
</head>
<body>
<div class="container-fluid p-5 text-white text-center custom-nav worker-bg">
<img src="worker_statue_lineart.png" width="100%" height="auto"/>
<h1><b>ஆதரவிற்க்கு நன்றி!</b></h1>
</div>
<div class="container mt-5">
<div class="row">
<p id="mail_content">
<b style="font-size: larger;">
தமிழக மக்களான நமது அனைவரின் எதிர்ப்பின் காரணமாக தமிழக அரசு 12மணிநேர வேலைநேர மசோதா மீதான மேல்நடவடிக்கைகளை தற்போது நிறுத்தி வைத்துள்ளது. ஆதலால் நமது இமெயில் அனுப்பும் போராட்டம் தற்போது முடித்து கொள்ளப்படுகிறது.
ஆதரவு அளித்த தமிழகத்தின் உழைக்கும் மக்கள் அனைவருக்கும் நன்றியினை தெரிவித்து கொள்கிறோம்!</b><br><br>
</p>
</div>
</div>
</body>
</html>