-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (40 loc) · 1.43 KB
/
index.html
File metadata and controls
41 lines (40 loc) · 1.43 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Anti Parse Guild - Home</title>
<link href="AntiParse.css" rel="stylesheet">
<script src="AntiParse.js" defer></script>
</head>
<body>
<header>
<h1>Anti Parse</h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="AntiParseGuildListing.html">Guild Listing</a></li>
<li><a href="AntiParseMembers.html">Members</a></li>
<li><a href="AntiParseContacts.html">Contact</a></li>
<li><a href="AntiParseEvents.html">Events</a></li>
<li><a href="AntiParseGallery.html">Gallery</a></li>
<li><a href="AntiParseLocation.html">Location</a></li>
</ul>
</nav>
</header>
<div class="background">
<main>
<section class="home">
<h2>Welcome to Anti Parse!</h2>
<p>Here is the Guild's current About Me:</p>
<img src="About_Me_8-18-24.png">
</section>
</main>
</div>
<footer>
<p>Contact us at Discord: [<a href="https://discord.gg/SNXFGz2eDQ">Anti Parse</a>]</p>
<p>Follow us on social media: [Insert Anti Parse Facebook]</p>
</footer>
</div>
</body>
</html>