Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Framebusting Intervention - Frame</title>
</head>
<body>
<script>
if (self != top) {
window.top.location = window.location;
}
</script>
</body>
</html>