-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (19 loc) · 1.01 KB
/
index.html
File metadata and controls
22 lines (19 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="CodeArena - Premium online compiler with multi-language support, beautiful themes, and powerful features. Code in Python, JavaScript, Java, C++, C, and TypeScript." />
<meta name="keywords" content="online compiler, code editor, python compiler, javascript compiler, code arena, online ide, code execution" />
<meta name="author" content="CodeArena" />
<meta property="og:title" content="CodeArena — Premium Online Compiler" />
<meta property="og:description" content="Innovative online compiler with multi-language support, beautiful themes, and powerful features." />
<meta property="og:type" content="website" />
<title>CodeArena — Premium Online Compiler</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>