mirror of
https://github.com/open-webui/open-webui
synced 2025-06-04 03:37:35 +00:00
refac
This commit is contained in:
parent
097e90f1de
commit
b21af908a7
@ -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 New Issue
Block a user