This commit is contained in:
Jonathan Jenne
2023-11-13 09:26:48 +01:00
parent 2c936c2629
commit 3874bc742d
14 changed files with 273 additions and 77 deletions

View File

@@ -0,0 +1,12 @@
@{
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>