mirror of
https://github.com/open-webui/desktop.git
synced 2026-07-18 12:46:52 -04:00
13 lines
285 B
HTML
13 lines
285 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>Open WebUI</title>
|
|
<link rel="preload" href="/assets/fonts/InstrumentSerif-Regular.ttf" as="font" />
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/renderer.ts"></script>
|
|
</body>
|
|
</html>
|