-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (33 loc) · 2.13 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>atombin | Code Pastebin by Atomlaunch</title>
<meta name="title" content="Modern Code Pastebin - Share Code Snippets with Syntax Highlighting">
<meta name="description" content="Share and format your code snippets with powerful syntax highlighting for 20+ programming languages. Features dark/light themes, instant copying, and responsive design.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://modern-pastebin.netlify.app/">
<meta property="og:title" content="Modern Code Pastebin - Share Code Snippets with Syntax Highlighting">
<meta property="og:description" content="Share and format your code snippets with powerful syntax highlighting for 20+ programming languages. Features dark/light themes, instant copying, and responsive design.">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://modern-pastebin.netlify.app/">
<meta property="twitter:title" content="Modern Code Pastebin - Share Code Snippets with Syntax Highlighting">
<meta property="twitter:description" content="Share and format your code snippets with powerful syntax highlighting for 20+ programming languages. Features dark/light themes, instant copying, and responsive design.">
<!-- Additional Meta Tags -->
<meta name="keywords" content="code sharing, syntax highlighting, pastebin, code snippets, programming, developer tools, code formatter">
<meta name="author" content="Modern Pastebin">
<meta name="robots" content="index, follow">
<meta name="theme-color" content="#0f1520">
<!-- Preconnect to Monaco Editor CDN -->
<link rel="preconnect" href="https://cdn.jsdelivr.net" crossorigin>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>