Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<iframe srcdoc="<body></body>"></iframe>
<button>Navigate to site B</button>
<script>
document.querySelector("button").addEventListener("click", function() {
});
</script>
</body>
</html>