blob: 064783e0cb13cfbb17426bbf49b9f661d49fbd50 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!DOCTYPE HTML>
<html>
<head>
</head>
<body>
This is frame 1:
<script>
"use strict";
// eslint-disable-next-line no-unsanitized/method
document.write(location.href);
</script>
</body>
</html>
|