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 {
|
||||
background-color: white; /* Ensure the iframe has a white background */
|
||||
}
|
||||
</${''}style>
|
||||
|
||||
${cssContent}
|
||||
</${''}style>
|
||||
</head>
|
||||
<body>
|
||||
${htmlContent}
|
||||
|
||||
<${''}script>
|
||||
${jsContent}
|
||||
</${''}script>
|
||||
</body>
|
||||
</html>
|
||||
`;
|
||||
|
|
|
|||
Loading…
Reference in a new issue