-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (33 loc) · 1.19 KB
/
index.html
File metadata and controls
34 lines (33 loc) · 1.19 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Mini Code</title>
<meta
name="description"
content="Mini Code is a simple online code editor with language support for TypeScript, JavaScript, Go, C++, Python, PHP, and C#."
/>
<meta
name="keywords"
content="code editor, online editor, TypeScript, JavaScript, Go, C++, Python, PHP, C#, Mini Code"
/>
<meta name="author" content="Krishna Biswal (https://github.com/KrishT0)" />
<meta property="og:title" content="Mini Code - Simple Online Code Editor" />
<meta
property="og:description"
content="Edit and run code in TypeScript, JavaScript, Go, C++, Python, PHP, and C# with Mini Code."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://mini-code.vercel.app/" />
<meta
property="og:image"
content="https://mini-code.vercel.app/favicon.ico"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>