-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
43 lines (40 loc) · 2.03 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 lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="LogoXPPLG.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="google-site-verification" content="WHLWQb7_hoW3fRhZ2XmOLPpfN2EubRtyQmTEq6JmpdA" />
<title>X PPLG</title>
<!-- Primary Meta Tags -->
<meta name="title" content="X PPLG" />
<meta
name="description"
content="Selamat datang di halaman resmi kelas halaman resmi kelas X PPLG SMK Batik Perbaik Purworejo! Mari mengenal lebih dekat tentang kami, siswa-siswi kelas X PPLG, yang tertarik pada Teknik Komputer dan Jaringan." />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://pplg-smektix.vercel.app/" />
<meta property="og:title" content="X PPLG" />
<meta
property="og:description"
content="Selamat datang di halaman resmi kelas X PPLG SMK Batik Perbaik Purworejo! Mari mengenal lebih dekat tentang kami, siswa-siswi kelas X PPLG, yang tertarik pada Teknik Komputer dan Jaringan." />
<meta property="og:image" content="https://pplg-smektix.app/Welcome.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://pplg-smektix.vercel.app/" />
<meta property="twitter:title" content="X PPLG" />
<meta
property="twitter:description"
content="Selamat datang di halaman resmi kelas halaman resmi kelas X PPLG SMK Batik Perbaik Purworejo! Mari mengenal lebih dekat tentang kami, siswa-siswi kelas X PPLG, yang tertarik pada Teknik Komputer dan Jaringan." />
<meta property="twitter:image" content="https://pplg-smektix.vercel.app/Welcome.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
<!-- analisis by vercel custom -->
<script>
window.va = window.va || function () { (window.vaq = window.vaq || []).push(arguments); };
</script>
<script defer src="/_vercel/insights/script.js"></script>
</body>
</html>