-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (31 loc) · 1.23 KB
/
index.html
File metadata and controls
34 lines (31 loc) · 1.23 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" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="talentapp:project_verification" content="4d8bdb8a0d0d8d57d03861cd299ac4640b66b4946d39151a2eec8c6e22526fc41a88e34c0b8d83fc998e31603051a1682ba15182a47780f2eee6199a1c377c27">
<title>LabSTX IDE - Advanced Stacks Smart Contracts IDE</title>
<link rel="icon" type="image/svg+xml" href="/lab_stx_dark.png" />
<link
href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600&family=Inter:wght@400;500;600;700&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="/index.css">
<script type="importmap">
{
"imports": {
"react/": "https://aistudiocdn.com/react@^19.2.0/",
"react": "https://aistudiocdn.com/react@^19.2.0",
"react-dom/": "https://aistudiocdn.com/react-dom@^19.2.0/",
"@google/genai": "https://aistudiocdn.com/@google/genai@^1.30.0",
"@monaco-editor/react": "https://aistudiocdn.com/@monaco-editor/react@^4.7.0",
"jszip": "https://aistudiocdn.com/jszip@^3.10.1"
}
}
</script>
<link rel="stylesheet" href="/index.css">
</head>
<body>
<div id="root"></div>
<script type="module" src="/index.tsx"></script>
</body>
</html>