-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (29 loc) · 1.92 KB
/
index.html
File metadata and controls
33 lines (29 loc) · 1.92 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./src/assets/images/logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>Paste - Upload your Code</title>
<meta name="title" content="Paste - Upload your Code Snippets" />
<meta name="description" content="Share your code the right way. Syntax highlighting, language detection, and community oriented features." />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://paste.asterix.sh/" />
<meta property="og:title" content="Paste - Upload your Code Snippets" />
<meta property="og:description" content="Share your code the right way. Syntax highlighting, language detection, and community oriented features." />
<meta property="og:image" content="https://cdn.discordapp.com/attachments/1047336119580242001/1209225266459578368/Untitled-1.png?ex=65e625c9&is=65d3b0c9&hm=bb642bfbe6dfa2f8331c20b80c7f56dbd5dfe6c97c221f825b564e3c80bf9457&" />
<meta name="theme-color" content="#dff976">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://paste.asterix.sh/" />
<meta property="twitter:title" content="Paste - Upload your Code Snippets" />
<meta property="twitter:description" content="Share your code the right way. Syntax highlighting, language detection, and community oriented features." />
<meta property="twitter:image" content="https://cdn.discordapp.com/attachments/1047336119580242001/1209225266459578368/Untitled-1.png?ex=65e625c9&is=65d3b0c9&hm=bb642bfbe6dfa2f8331c20b80c7f56dbd5dfe6c97c221f825b564e3c80bf9457&" />
</head>
<body className="text-white">
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>