mirror of
https://github.com/open-webui/open-webui
synced 2024-11-07 00:59:52 +00:00
refac
This commit is contained in:
parent
097e90f1de
commit
b21af908a7
@ -61,12 +61,16 @@
|
||||
body {
|
||||
background-color: white; /* Ensure the iframe has a white background */
|
||||
}
|
||||
|
||||
${cssContent}
|
||||
</${''}style>
|
||||
${cssContent}
|
||||
</head>
|
||||
<body>
|
||||
${htmlContent}
|
||||
${jsContent}
|
||||
|
||||
<${''}script>
|
||||
${jsContent}
|
||||
</${''}script>
|
||||
</body>
|
||||
</html>
|
||||
`;
|
||||
|
Loading…
Reference in New Issue
Block a user