-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (42 loc) · 2.7 KB
/
Copy pathindex.html
File metadata and controls
52 lines (42 loc) · 2.7 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Eval | Online Code Playground | Run JS, Python, PHP, Ruby & Lua</title>
<meta name="title" content="Eval | Online Code Playground | Run JS, Python, PHP, Ruby & Lua" />
<meta name="description" content="Eval is a super lightweight code executor and open-source playground. Test, debug, and run JavaScript, Python, Ruby, Lua, and PHP directly on the web with Ace Editor." />
<meta name="keywords" content="Eval, JavaScript, Python, Ruby, Lua, PHP, Code runner, playground, editor, ace editor, ace themes, playground online, playground opensource, Ruby on the web, Dev2Forge, code snippets, debugging" />
<meta name="author" content="Dev2Forge, tutosrive" />
<meta name="robots" content="index, follow" />
<meta name="revisit-after" content="1 day" />
<meta name="language" content="en" />
<meta name="google-site-verification" content="6czWvCTPGkuSQHfcIlrgDHBGwoMJ7nwgnZU8flvSjLE" />
<link rel="canonical" href="https://dev2forge.is-a.software/eval" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://dev2forge.is-a.software/eval" />
<meta property="og:title" content="Eval | Code Playground | Run code on the web" />
<meta property="og:description" content="Eval is a super lightweight code executor that lets you run code and tests directly on the web." />
<meta property="og:image" content="https://dev2forge.is-a.software/eval/src/assets/images/png/preview.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://dev2forge.is-a.software/eval" />
<meta name="twitter:title" content="Eval | Code Playground | Run code on the web" />
<meta name="twitter:description" content="Eval is a super lightweight code executor that lets you run code and tests directly on the web." />
<meta name="twitter:image" content="https://dev2forge.is-a.software/eval/src/assets/images/png/preview.png" />
<link rel="shortcut icon" href="./src/assets/images/svg/favicon.svg" type="image/x-icon" />
<script async src="https://www.googletagmanager.com/gtag/js?id=G-X9KF6BCPRP"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-X9KF6BCPRP');
</script>
</head>
<body class="dark:bg-zinc-900 dark:text-white min-w-90 absolute bottom-0 top-0 right-0 left-0 m-0 p-0 overflow-x-hidden">
<div id="root" class="sm:m-6"></div>
<script type="module" src="./src/main.tsx"></script>
</body>
</html>