-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
22 lines (22 loc) · 1.17 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css">
<link rel='icon' href='https://cdn.discordapp.com/icons/910733698452815912/8dd25417b5c2a2cf49e1b98a74a15aa8.png?size=96'>
<title>The Fight Against Malware</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="topnav">
<a class="active" href="/">Main Page</a>
<a href="/projects">Our Projects</a>
<a href="https://discord.gg/TWhrmZFXqb" target = "_blank" rel = "noreferrer noopener">Discord Server</a>
<a href="https://matrix.to/#/#malwarefight:anonymousland.org" target = "_blank" rel = "noreferrer noopener">Matrix Space</a>
<a rel="me" href="https://floss.social/@malwarefight" target="_blank" rel="noreferrer noopener">Mastodon account</a>
</div>
<div class="header">
<h1>The Fight Against Malware</h1>
<p>We are The Fight Against Malware. We are a group dedicated to fighting malware in every form. We mostly specialize in fighting Minecraft malware.</p>
</div>
</body>
</html>