mirror of
https://github.com/roytam1/basilisk55.git
synced 2026-05-26 15:02:46 +00:00
11 lines
120 B
HTML
11 lines
120 B
HTML
<html>
|
|
<head>
|
|
<script>
|
|
console.log("iframe 2");
|
|
blah;
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<h1>iframe 2</h1>
|
|
</body>
|
|
</html> |