-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (40 loc) · 1.8 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
<!DOCTYPE html>
<html>
<head>
<!-- Primary Meta Tags -->
<title>தமிழ் வார்த்தைகள்</title>
<meta name="title" content="Tamil Words">
<meta name="description" content="Tamil words for English Tech words.">
<meta name="keywords" content="Tamil words, Tamil Tech words, English Tech words, Computer Words Tamil.">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<meta name="revisit-after" content="90 days">
<meta name="author" content="tamillang.org">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://word.tamillang.org/">
<meta property="og:title" content="">
<meta property="og:description" content="">
<meta property="og:image" content="">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://word.tamillang.org/">
<meta property="twitter:title" content="">
<meta property="twitter:description" content="">
<meta property="twitter:image" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
<script type="module" src="script.js"></script>
</head>
<body>
<center>
<h2>ஆங்கில தொழில்நுட்ப வார்த்தைகளுக்கான தமிழ் வார்த்தை தேடல்</h2>
<h4>Tamil words for English Tech words.</h4>
<div class="example" style="margin:auto;max-width:300px">
<input type="text" placeholder="Search.." name="search">
</div>
<p id="values"></p>
</center>
</body>
</html>