-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (35 loc) · 1.41 KB
/
index.html
File metadata and controls
39 lines (35 loc) · 1.41 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Iterative Studio</title>
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="Styles/Components/ActionButton.css">
<link rel="stylesheet" href="Styles/Components/RenderMathMarkdown.css">
<link rel="stylesheet" href="Styles/Components/DiffModal/DiffModal.css">
<link rel="stylesheet" href="Styles/Components/DiffModal/EvolutionViewer.css">
<link rel="stylesheet" href="Styles/Components/DiffModal/SequentialViewer.css">
<link rel="stylesheet" href="Styles/Components/PromptStyling.css">
<link rel="stylesheet" href="Contextual/ContextualUI.css">
<link rel="stylesheet" href="Deepthink/SolutionPool.css">
<link rel="stylesheet" href="Deepthink/DeepthinkConfigPanel.css">
<link rel="stylesheet" href="Routing/Routing.css">
<link rel="stylesheet" href="Routing/PromptsModal.css">
<link rel="stylesheet" href="Routing/ProviderManagement.css">
</head>
<body>
<div id="preloader">
<div class="spinner"></div>
</div>
<div class="background-container">
<div class="background-gradient"></div>
<div class="background-noise"></div>
</div>
<div id="root">
<div id="app-container">
</div>
</div>
<script type="module" src="index.tsx"></script>
</body>
</html>