-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1328189
commit fdc771e
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Wilderness Odyssey - About</title> | ||
<link rel="stylesheet" href="styles.css"> | ||
</head> | ||
<body> | ||
<header> | ||
<h1>Wilderness Odyssey</h1> | ||
<nav> | ||
<ul> | ||
<li><a href="index.html">Home</a></li> | ||
<li><a href="about.html">About</a></li> | ||
<li><a href="features.html">Features</a></li> | ||
<li><a href="gallery.html">Gallery</a></li> | ||
<li><a href="blog.html">Blog</a></li> | ||
</ul> | ||
</nav> | ||
</header> | ||
<section class="about"> | ||
<h2>About Wilderness Odyssey</h2> | ||
<p>Wilderness Odyssey is a Minecraft modpack designed to immerse players in a challenging and realistic wilderness environment. From survival to exploration, every aspect of the game is enhanced to provide a unique adventure.</p> | ||
</section> | ||
<footer> | ||
<p>© 2024 Wilderness Odyssey</p> | ||
</footer> | ||
</body> | ||
</html> |