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.
 
 
 
 
 

13 lines
353 B

<!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>