|
1 | 1 | <!DOCTYPE html> |
2 | | -<html lang="id"> |
| 2 | +<html lang="id-ID"> |
3 | 3 | <head> |
| 4 | + <meta charset="UTF-8"> |
4 | 5 | <meta charset="UTF-8"> |
5 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
6 | 7 |
|
| 8 | + <!-- SEO Meta Tags --> |
7 | 9 | <title>sPanel - Platform Pembelajaran Web Statik Serverless</title> |
8 | 10 | <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."> |
9 | 11 | <meta name="keywords" content="sPanel, cPanel clone, web statik, pembelajaran website, firebase serverless, belajar coding, hosting gratis, github pages, sPanel official"> |
10 | 12 | <meta name="author" content="sPanel Team"> |
11 | 13 | <meta name="robots" content="index, follow"> |
12 | 14 |
|
| 15 | + <!-- Open Graph / Facebook / WhatsApp / Telegram --> |
13 | 16 | <meta property="og:type" content="website"> |
14 | 17 | <meta property="og:url" content="https://spanel-web.github.io/"> |
15 | 18 | <meta property="og:title" content="sPanel - Platform Pembelajaran Web Statik Serverless"> |
16 | 19 | <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 --> |
19 | 34 | <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> |
20 | 35 |
|
| 36 | + <!-- Google Fonts & Font Awesome --> |
21 | 37 | <link rel="preconnect" href="https://fonts.googleapis.com"> |
22 | 38 | <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
23 | 39 | <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap" rel="stylesheet"> |
24 | 40 | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"> |
25 | | - |
| 41 | + |
26 | 42 | <style> |
27 | 43 | :root { |
28 | 44 | --bg-color: #0f172a; |
|
0 commit comments