index.html 210 B

123456
  1. <head>
  2. <meta http-equiv="Content-Security-Policy" content="frame-src http://localhost:5173/">
  3. </head>
  4. <div class="fullscreen-container">
  5. <iframe id="iframe" src="http://localhost:5173/"></iframe>
  6. </div>