Source code

Revision control

Copy as Markdown

Other Tools

<html>
<head>
<script>
window.onbeforeunload = function() {
return true;
};
</script>
</head>
<body>
TEST PAGE
</body>
</html>