Skip to content

Commit a68a1ef

Browse files
authored
Update index.html
1 parent de504d7 commit a68a1ef

1 file changed

Lines changed: 20 additions & 4 deletions

File tree

index.html

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,44 @@
11
<!DOCTYPE html>
2-
<html lang="id">
2+
<html lang="id-ID">
33
<head>
4+
<meta charset="UTF-8">
45
<meta charset="UTF-8">
56
<meta name="viewport" content="width=device-width, initial-scale=1.0">
67

8+
<!-- SEO Meta Tags -->
79
<title>sPanel - Platform Pembelajaran Web Statik Serverless</title>
810
<meta name="description" content="sPanel merupakan sebuah platform web statik yang dirancang khusus untuk lingkungan pembelajaran pembuatan dan publikasi website dengan workflow menyerupai cPanel versi klone murni bertenaga Firebase.">
911
<meta name="keywords" content="sPanel, cPanel clone, web statik, pembelajaran website, firebase serverless, belajar coding, hosting gratis, github pages, sPanel official">
1012
<meta name="author" content="sPanel Team">
1113
<meta name="robots" content="index, follow">
1214

15+
<!-- Open Graph / Facebook / WhatsApp / Telegram -->
1316
<meta property="og:type" content="website">
1417
<meta property="og:url" content="https://spanel-web.github.io/">
1518
<meta property="og:title" content="sPanel - Platform Pembelajaran Web Statik Serverless">
1619
<meta property="og:description" content="Workflow menyerupai cPanel bertenaga penuh secara serverless di atas arsitektur Firebase.">
17-
<meta property="og:image" content="https://spanel-web.github.io/favicon.ico">
18-
20+
<!-- SOLUSI: Menggunakan URL absolut dari repositori GitHub Pages milikmu -->
21+
<meta property="og:image" content="https://spanel-web.github.io/profile.jpg">
22+
<meta property="og:image:type" content="image/jpeg">
23+
<meta property="og:image:width" content="1200">
24+
<meta property="og:image:height" content="630">
25+
26+
<!-- Twitter / X Meta Tags -->
27+
<meta name="twitter:card" content="summary_large_image">
28+
<meta name="twitter:url" content="https://spanel-web.github.io/">
29+
<meta name="twitter:title" content="sPanel - Platform Pembelajaran Web Statik Serverless">
30+
<meta name="twitter:description" content="Workflow menyerupai cPanel bertenaga penuh secara serverless di atas arsitektur Firebase.">
31+
<meta name="twitter:image" content="https://spanel-web.github.io/profile.jpg">
32+
33+
<!-- Favicon -->
1934
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
2035

36+
<!-- Google Fonts & Font Awesome -->
2137
<link rel="preconnect" href="https://fonts.googleapis.com">
2238
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
2339
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap" rel="stylesheet">
2440
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
25-
41+
2642
<style>
2743
:root {
2844
--bg-color: #0f172a;

0 commit comments

Comments
 (0)