not really known
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
353 B

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Sugarizer</title>
  5. <link rel="stylesheet" href="css/sandbox.css">
  6. </head>
  7. <body id="bodyframe">
  8. <iframe id="sugarizerframe" sandbox="allow-same-origin allow-scripts allow-popups allow-forms" src="index.html"
  9. width="100%">
  10. </iframe>
  11. </body>
  12. <script type="text/javascript" src="js/sandbox.js"></script>
  13. </html>