desktop/index.html
Timothy Jaeryang Baek 73740d7d73 refac
2025-01-11 22:55:04 -08:00

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>