2023-11-08 14:52:14 +01:00

12 lines
324 B
Plaintext

@{
ViewData["Title"] = "Privacy Policy";
}
<script>
document.addEventListener("DOMContentLoaded", async () => {
const app = new App("#app", "@ViewData["EnvelopeKey"]");
await app.init();
})
</script>
<div id='app' style='background: gray; width: 100vw; height: 100vh; margin: 0 auto;'></div>