Mypal/devtools/client/webconsole/test/test-iframe1.html
2019-03-11 13:26:37 +03:00

10 lines
112 B
HTML

<html>
<head>
<script>
console.log("iframe 1");
</script>
</head>
<body>
<h1>iframe 1</h1>
</body>
</html>