-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (44 loc) · 2.38 KB
/
Copy pathindex.html
File metadata and controls
51 lines (44 loc) · 2.38 KB
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
<!doctype html>
<html lang="id">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- Primary Meta Tags -->
<title>X RPL D Class</title>
<meta name="title" content="X RPL D Class" />
<meta name="description" content="Kami itu kelas X RPL D, squad belajar yang lagi hype banget di dunia Rekayasa Perangkat Lunak." />
<meta name="author" content="XzeelArcadia" />
<meta name="keywords" content="X RPL D, Rekayasa Perangkat Lunak, Software Engineering, Asta Arkananta, astarplderise" />
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Lexend:wght@300;400;500;600;700;800&display=swap" />
<!-- Theme & App -->
<meta name="theme-color" content="#95A2BE" />
<meta name="msapplication-TileColor" content="#95A2BE" />
<link rel="canonical" href="https://xrplderise.vercel.app/" />
<!-- Favicon -->
<link rel="icon" type="image/png" href="/favicon.ico" />
<link rel="apple-touch-icon" href="/favicon.ico" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://xrplderise.vercel.app/" />
<meta property="og:title" content="X RPL D Class" />
<meta property="og:description" content="Kami itu kelas X RPL D, squad belajar yang lagi hype banget di dunia Rekayasa Perangkat Lunak." />
<meta property="og:image" content="/xrpld-class-banner.png" />
<meta property="og:site_name" content="X RPL D Class" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://xrplderise.vercel.app/" />
<meta name="twitter:title" content="X RPL D Class" />
<meta name="twitter:description" content="Kami itu kelas X RPL D, squad belajar yang lagi hype banget di dunia Rekayasa Perangkat Lunak." />
<meta name="twitter:image" content="/xrpld-class-banner.png" />
<meta name="twitter:site" content="@xzeelarcadia" />
<meta name="twitter:creator" content="@xzeelarcadia" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>