This repository was archived by the owner on Jan 5, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (44 loc) · 3.1 KB
/
index.html
File metadata and controls
44 lines (44 loc) · 3.1 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
<!DOCTYPE html>
<html lang="en" class="dark scroll-smooth">
<head>
<title>RyzDev | Find My Creativity Trail</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="RyzDev is the place where all of Riz's creative journeys are documented. This website contains a comprehensive list of projects I have worked on, from the initial idea to the final result." />
<meta name="application-name" content="RyzDev" />
<meta name="author" content="Rizky Ramadhan" />
<meta name="generator" content="React.js & Vite" />
<meta name="keywords" content="RyzDev, React.js, JavaScript, TypeScript, Vite, Frontend Development, Portfolio, Projects, Creative Coding, Web Development, Open Source" />
<meta name="referrer" content="origin-when-cross-origin" />
<meta name="color-scheme" content="dark light" />
<meta name="creator" content="Rizky Ramadhan" />
<meta name="publisher" content="RyzDev" />
<meta name="format-detection" content="telephone=no, address=no, email=no" />
<link rel="shortcut icon" href="https://ryzdev.vercel.app/favicon.ico" type="image/x-icon" />
<link rel="canonical" href="https://ryzdev.vercel.app" />
<link rel="author" href="https://www.linkedin.com/in/ryzmdn/" />
<link rel="manifest" href="https://ryzdev.vercel.app/manifest.webmanifest" />
<meta property="og:title" content="RyzDev | Find My Creativity Trail" />
<meta property="og:description" content="Explore Riz's creative journey at RyzDev. A showcase of projects, from ideas to execution, in web development and beyond." />
<meta property="og:url" content="https://ryzdev.vercel.app" />
<meta property="og:site_name" content="RyzDev" />
<meta property="og:locale" content="en_US" />
<meta property="og:image" content="https://ryzdev.vercel.app/og-image.jpg" />
<meta property="og:image:alt" content="RyzDev Image" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="RyzDev | Find My Creativity Trail" />
<meta name="twitter:description" content="Explore Riz's creative journey at RyzDev. A showcase of projects, from ideas to execution, in web development and beyond." />
<meta name="twitter:image" content="https://ryzdev.vercel.app/og-image.jpg" />
<meta name="twitter:site" content="@ryzmdn" />
<meta name="twitter:creator" content="@ryzmdn" />
<meta name="robots" content="index, follow" />
<meta name="googlebot" content="index, follow, max-video-preview:-1, max-image-preview:large, max-snippet:-1" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap" rel="stylesheet" />
</head>
<body class="flex flex-col font-geist antialiased min-h-full bg-gray-50 dark:bg-gray-950">
<main id="root" class="w-full selection:bg-blue-500 selection:text-gray-50 overflow-x-hidden"></main>
<script defer type="module" src="/src/main.tsx"></script>
</body>
</html>