Files
desktop/index.html
Timothy Jaeryang Baek e91a8ab4a7 chore: format
2025-01-11 18:13:43 -08:00

12 lines
200 B
HTML

<!doctype html>
<html>
<head>
<meta charset="UTF-8" />
<title>Open WebUI</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/renderer.ts"></script>
</body>
</html>