-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
44 lines (34 loc) · 1.81 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
39
40
41
42
43
44
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/src/assets/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- HTML Meta Tags -->
<title>Create beautiful images of your code</title>
<meta name="description"
content="Turn your code into beautiful images. Choose from a range of syntax colors, hide or show the background, and toggle between a dark and light window and much more.">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://ray.so/">
<meta property="og:type" content="website">
<meta property="og:title" content="Create beautiful images of your code">
<meta property="og:description"
content="Turn your code into beautiful images. Choose from a range of syntax colors, hide or show the background, and toggle between a dark and light window and much more.">
<meta property="og:image" content="https://www.ray.so/_next/static/media/og.29c14482.png">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="ray.so">
<meta property="twitter:url" content="https://ray.so/">
<meta name="twitter:title" content="Create beautiful images of your code">
<meta name="twitter:description"
content="Turn your code into beautiful images. Choose from a range of syntax colors, hide or show the background, and toggle between a dark and light window and much more.">
<meta name="twitter:image" content="https://www.ray.so/_next/static/media/og.29c14482.png">
<!-- Meta Tags Generated via https://www.opengraph.xyz -->
<title>Ray.So-Clone</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<script src="non-critical.js" defer></script>
</body>
</html>