mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
feat: splash screen support
This commit is contained in:
11
src/app.html
11
src/app.html
@@ -47,5 +47,16 @@
|
||||
</head>
|
||||
<body data-sveltekit-preload-data="hover">
|
||||
<div style="display: contents">%sveltekit.body%</div>
|
||||
|
||||
<div id="splash-screen" style="min-height: 100vh; height: 100dvh; display: flex">
|
||||
<div style="margin: auto">
|
||||
<img
|
||||
src="/logo.svg"
|
||||
alt="logo"
|
||||
style="width: 6rem; height: 6rem; margin-bottom: 2rem"
|
||||
draggable="false"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user