mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-02 07:30:08 +00:00
16 lines
171 B
HTML
16 lines
171 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
</head>
|
|
<body>
|
|
First
|
|
<script>
|
|
|
|
window.onbeforeunload=function(e){
|
|
e.returnValue="?";
|
|
};
|
|
</script>
|
|
</body>
|
|
</html>
|