03-11-23
This commit is contained in:
12
EnvelopeGenerator.Web/Views/Home/ShowEnvelope.cshtml
Normal file
12
EnvelopeGenerator.Web/Views/Home/ShowEnvelope.cshtml
Normal 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>
|
||||
Reference in New Issue
Block a user