This commit is contained in:
Timothy J. Baek 2024-10-06 00:33:01 -07:00
parent 097e90f1de
commit b21af908a7

View File

@ -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>
`;