mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 12:55:19 +00:00
refac
This commit is contained in:
parent
097e90f1de
commit
b21af908a7
1 changed files with 6 additions and 2 deletions
|
|
@ -61,12 +61,16 @@
|
||||||
body {
|
body {
|
||||||
background-color: white; /* Ensure the iframe has a white background */
|
background-color: white; /* Ensure the iframe has a white background */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
${cssContent}
|
||||||
</${''}style>
|
</${''}style>
|
||||||
${cssContent}
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
${htmlContent}
|
${htmlContent}
|
||||||
${jsContent}
|
|
||||||
|
<${''}script>
|
||||||
|
${jsContent}
|
||||||
|
</${''}script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
`;
|
`;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue