13 lines
157 B
HTML
13 lines
157 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
</head>
|
|
|
|
<body>
|
|
This is frame 1:
|
|
<script>
|
|
"use strict";
|
|
document.write(location.href);
|
|
</script>
|
|
</body>
|
|
</html>
|