-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (25 loc) · 1.14 KB
/
index.html
File metadata and controls
27 lines (25 loc) · 1.14 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cornholio Zone - A dedicated Website to the beloved Beavis and Butt-Head</title>
<meta name="description" content="Welcome to The Cornholio Zone, your ultimate fansite (and probably the only) for Beavis and Butt-Head! Discuss episodes, share fan art, and if you have time - write a fic.">
<meta name="keywords" content="Beavis and Butt-Head, fansite, 90s, MTV, cartoons, fan art, OCs">
<meta name="author" content="lil-pixelbug">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<h1>Welcome to the Cornholio Zone</h1>
<p>This is a place for fans to discuss everything Beavis and Butt-Head... yes, even your OCs.</p>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="submit.html">Submit Art/Fic</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="rules.html">Rules</a></li>
<li><a href="characters.html">Character Profiles</a></li>
</ul>
</nav>
</body>
</html>