<!DOCTYPE html>
<html>
<body>
<fencedframe></fencedframe>
<script>
const url = new URL("title1.html", location.href);
document.querySelector("fencedframe").config = new FencedFrameConfig(url);
</script>
</body>
</html>
<!DOCTYPE html>
<html>
<body>
<fencedframe></fencedframe>
<script>
const url = new URL("title1.html", location.href);
document.querySelector("fencedframe").config = new FencedFrameConfig(url);
</script>
</body>
</html>