mirror of
https://github.com/open-webui/open-webui
synced 2024-11-06 08:56:39 +00:00
13 lines
329 B
HTML
13 lines
329 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
|
||
|
<meta name="viewport" content="width=device-width" />
|
||
|
%sveltekit.head%
|
||
|
</head>
|
||
|
<body data-sveltekit-preload-data="hover">
|
||
|
<div style="display: contents">%sveltekit.body%</div>
|
||
|
</body>
|
||
|
</html>
|