Files
react/fixtures/devtools/iframe/iframe-same-origin-sandbox.html
T
2020-09-14 10:04:46 -04:00

7 lines
129 B
HTML

<!DOCTYPE html>
<html>
<head></head>
<body>
<iframe sandbox="allow-scripts" src="./main.html"></iframe>
</body>
</html>