mirror of
https://github.com/open-webui/assistant
synced 2025-05-11 15:30:33 +00:00
13 lines
298 B
HTML
13 lines
298 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>Open WebUI Assistant</title>
|
|
<link rel="icon" type="image/png" href="/src/assets/images/icon.png" />
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/renderer.ts"></script>
|
|
</body>
|
|
</html>
|