-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
72 lines (67 loc) · 2.87 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]> <html class="no-js"> <!--<![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>329 Final Project</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
</head>
<body>
<header class="header">
<h1 class="head">Malware</h1>
<nav class="navbar">
<a href="malware.html">About Malware</a>
<a href="prevention.html">Prevention Methods</a>
<a href="resource.html">Resources</a>
</nav>
</header>
<hr class="gradient">
<main id="kill">
<div class="main" id="kill">
<p>Oh no a virus</p>
<p>Oh no a virus</p>
<p>Oh no a virus</p>
<p>Oh no a virus</p>
<p>Oh no a virus</p>
</div>
<div class="main1" id="kill">
<p>Oh no a virus</p>
<p>Oh no a virus</p>
<div class="logo1"></div>
<p>Oh no a virus</p>
<p>Oh no a virus</p>
</div>
<div class="main2" id="kill">
<p>Oh no a virus</p>
<p>Oh no a virus</p>
<p>Oh no a virus</p>
<p>Oh no a virus</p>
<p>Oh no a virus</p>
</div>
</main>
<main class="mainbutton">
<div class="main3">
<button onclick="change()" class="button"> Kill the virus</button>
</div>
<div class="main4">
<p class="hide" id="invisible">I got you this time by killing the virus! To learn more about malware and viruses check out the about malware section. To prevent future viruses checkout the prevention methods!</p>
</div>
</main>
<footer>
<div>
<p>Created by Anthony Chan, Steven Huang, Nathan Mak, Danny Ly, Ameila Heidari, and Vicente David</p>
</div>
</footer>
<script src="script.js"></script>
<script src="" async defer></script>
</body>
</html>