-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (29 loc) · 1.22 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ICHBAV</title>
<link rel="stylesheet" href="styles.css">
<script>
window.onload = function() {
setTimeout(function() {
alert("WARNING! Your device might be infected!");
}, 3000);
setTimeout(function() {
alert("Just kidding! But you should always be careful online.");
}, 6000);
};
</script>
</head>
<body>
<center><h1 class="glitch">It could have been a virus</h1></center>
<p><u><b>Let me explain :</b></u></p>
<p>In the world of the internet, malicious people create viruses that download themselves onto your pc/phone and then launch themselves...</p>
<p>If the person who sent you this was malicious, you would have been <span class="warning-text">hacked</span>,</p>
<p>Be careful what you do on the internet and on social networks!</p>
<p>And don't forget that no matter where you are, malicious people are hiding, ready to act.</p>
<br>
<a href="help.html"><button>help me spread this warning online</button></a>
</body>
</html>