-
-
Notifications
You must be signed in to change notification settings - Fork 150
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (29 loc) · 1.23 KB
/
index.html
File metadata and controls
29 lines (29 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<link rel="stylesheet" href="/css/index.css" />
<link rel="stylesheet" href="/css/form.css" />
<link rel="stylesheet" href="/css/panel.css" />
<link rel="stylesheet" href="/css/dialog.css" />
<link rel="stylesheet" href="/css/settings.css" />
<link rel="stylesheet" href="/css/wizard.css" />
<link rel="stylesheet" href="/css/split-pane.css" />
<link rel="stylesheet" href="/css/master-details.css" />
<link rel="stylesheet" href="/css/sticky-header-table.css" />
<link rel="stylesheet" href="/css/list-with-actions.css" />
<link rel="stylesheet" href="/css/list-with-toolbar.css" />
<link rel="stylesheet" href="/css/highlight.css" />
<link rel="stylesheet" href="/css/artifact.css" />
<link rel="stylesheet" href="/css/themes/base.css" />
<link rel="stylesheet" href="/css/themes/openai.css" />
<link rel="stylesheet" href="/css/themes/conversation.css" />
<title>Witsy</title>
</head>
<body>
<div id="app"></div>
<!-- this is used in dialog.ts so don't remove it! -->
<img id="logo" src="/assets/icon.png" style="display: none"/>
<script type="module" src="/src/renderer.ts"></script>
</body>
</html>