<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Sugarizer</title>
|
|
<link rel="stylesheet" href="css/sandbox.css">
|
|
</head>
|
|
<body id="bodyframe">
|
|
<iframe id="sugarizerframe" sandbox="allow-same-origin allow-scripts allow-popups allow-forms" src="index.html"
|
|
width="100%">
|
|
</iframe>
|
|
</body>
|
|
<script type="text/javascript" src="js/sandbox.js"></script>
|
|
</html>
|