-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
61 lines (58 loc) · 2.42 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="description"
content="Geprek ITB NIM Finder untuk mahasiswa-mahasiswa ITB disertai dengan beberapa kemampuan lainnya. (v2.1.1)"
/>
<title>Geprek ITB NIM Finder</title>
<meta name="title" content="Geprek ITB NIM Finder" />
<meta
name="keywords"
content="itb nim finder, geprek, nim, finder, nim finder, geprek itb nim"
/>
<meta property="og:image" content="https://geprek.mkamadeus.dev/chicken.jpg" />
<meta property="og:url" content="https://geprek.mkamadeus.dev" />
<meta property="og:title" content="Geprek ITB NIM Finder" />
<meta property="og:type" content="website" />
<meta
property="og:description"
content="Geprek ITB NIM Finder untuk mahasiswa-mahasiswa ITB disertai dengan beberapa kemampuan lainnya. (v2.1.1)"
/>
<meta property="twitter:card" content="summary" />
<meta property="twitter:title" content="Geprek ITB NIM Finder" />
<meta
property="twitter:description"
content="Geprek ITB NIM Finder untuk mahasiswa-mahasiswa ITB disertai dengan beberapa kemampuan lainnya. (v2.1.1)"
/>
<meta property="twitter:url" content="https://geprek.mkamadeus.dev" />
<meta property="twitter:image" content="https://geprek.mkamadeus.dev/chicken.jpg" />
<meta name="robots" content="index, follow" />
<meta name="theme-color" content="#2B6CB0" />
<meta name="msapplication-navbutton-color" content="#36c9a0" />
<meta name="apple-mobile-web-app-status-bar-style" content="#36c9a0" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="mkamadeus" />
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "WebSite",
"name": "Geprek ITB NIM Finder",
"url": "https://geprek.mkamadeus.dev",
"potentialAction": {
"@type": "SearchAction",
"target": "https://geprek.mkamadeus.dev/?query={search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script>
</head>
<body>
<div id="geprek"></div>
<noscript>You need to enable JavaScript to run this app.</noscript>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>