Display the document in a drawer using an iframe.
https://try0.github.io/side-document/
<script src="https://unpkg.com/@try0/side-document@latest/dist/side-document.umd.js"></script>
<script>
document.addEventListener("DOMContentLoaded", async () => {
const sd = await SideDocument.initialize({
persistState: true,
defaultSrc: "./sample.html",
});
sd.openDrawer("https://example.com/");
});
</script>MIT
QR Code is a registered trademark of DENSO WAVE INCORPORATED.