-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
75 lines (71 loc) · 2.91 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!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" />
<meta name="theme-color" content="#00A7D0" />
<meta name="description" content="Swathanthra Malayalam Computing" />
<meta
name="keywords"
content="SMC, Swathanthra Malayalam Computing, Malayalam, Community, Wiki, Manjari, Gayathri, Chilanka, AnjaliOldLipi, Dyuthi, Keralayeeyam, Uroob, Rachana, Meera"
/>
<!-- Do not remove. Required for subdomains managed by Google -->
<meta
name="google-site-verification"
content="ctE6-TnD6TKmZ5OU-jTjAAU5mE2sOuRBC42SE-BBCWE"
/>
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Swathanthra Malayalam Computing" />
<meta property="og:url" content="https://smc.org.in" />
<meta property="og:title" content="Swathanthra Malayalam Computing" />
<meta
property="og:description"
content="Swathanthra Malayalam Computing (SMC) is a free software collective engaged in development, localization, standardization and popularization of various Free and Open Source Softwares in Malayalam language."
/>
<meta property="og:image" content="/favicon.svg" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:creator" content="@santhoshtr" />
<meta name="twitter:title" content="Swathanthra Malayalam Computing" />
<meta
name="twitter:description"
content="Swathanthra Malayalam Computing (SMC) is a free software collective engaged in development, localization, standardization and popularization of various Free and Open Source Softwares in Malayalam language."
/>
<meta name="twitter:image" content="/favicon.svg" />
<meta name="twitter:image:width" content="1200" />
<meta name="twitter:image:height" content="630" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="alternate icon" href="/favicon.ico" />
<link rel="mask-icon" href="/favicon.svg" color="#ff8a01" />
<link rel="shortcut icon" type="image/svg+xml" href="/favicon.svg" />
<!-- Preload fonts -->
<link
rel="preload"
href="/downloads/fonts/manjari/Manjari-Regular.woff2"
as="font"
type="font/woff2"
crossorigin
/>
<link
rel="preload"
href="/downloads/fonts/manjari/Manjari-Bold.woff2"
as="font"
type="font/woff2"
crossorigin
/>
<link
rel="preload"
href="/downloads/fonts/manjari/Manjari-Thin.woff2"
as="font"
type="font/woff2"
crossorigin
/>
<title>
Swathanthra Malayalam Computing | സ്വതന്ത്ര മലയാളം കമ്പ്യൂട്ടിങ്ങ്
</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>