mirror of
https://github.com/open-webui/desktop
synced 2025-06-26 18:15:59 +00:00
14 lines
270 B
HTML
14 lines
270 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>Hello World!</title>
|
|
|
|
</head>
|
|
<body>
|
|
<h1>💖 Hello World!</h1>
|
|
<p>Welcome to your Electron application.</p>
|
|
<script type="module" src="/src/renderer.ts"></script>
|
|
</body>
|
|
</html>
|