-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (26 loc) · 1.47 KB
/
index.html
File metadata and controls
30 lines (26 loc) · 1.47 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/logo.ico" type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="description" content="Easily create and edit code and markdown right on your browser. No signup needed" />
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:title" content="Codewrite" />
<meta property="twitter:description" content="Easily create, edit and download code and markdown right on your browser. No signup needed" />
<meta property="og:title" content="CodeWrite" />
<meta property="og:image:width" content="1300">
<meta property="og:image:height" content="600">
<meta property="og:site_name" content="CodeWrite">
<meta property="og:type" content="object" />
<meta property="og:description" content="Easily create, edit and download code and markdown right on your browser. No signup needed" />
<meta property="og:image" content="https://raw.githubusercontent.com/PrashantGyawali/CodeWrite/refs/heads/main/public/preview.png" />
<meta property="og:image:secure_url" content="https://raw.githubusercontent.com/PrashantGyawali/CodeWrite/refs/heads/main/public/preview.png" />
<meta property="og:image:type" content="image/png" />
<title>CodeWrite</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>