-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIndex.html
27 lines (25 loc) · 1.06 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Home - D&D Website</title>
<link href="MyStyle.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="container">
<header><h1>D&D Website</h1></header>
<nav>
<ul>
<a href="Index.html"><li class="testTop">Home</li></a>
<a href="Character.html"><li>Character</li></a>
<a href="Dice.html"><li>Dice</li></a>
<a href="dungeonMaster.html"><li>DM Stuff</li></a>
<a href="Spells.html"><li class="testBottom">Spells</li></a>
</ul>
</nav>
<article><img src= "images/DnD-Symbol.png" width="35%">
<a href="#"></a><p>D&D is a fun table top roleplaying game whare basically anything can happen. The main parts of D&D are the Character, Dice, DM Stuff, and Spells. Anouther reason that D&D is fun is that you can do some things that you can't do in real life in the game, and you can make a character that fits you or not.</p></article>
<footer><h6>Nickolas Gerhart & Nicholas Belicka ©2024</h6><a href="#top">Return to Top</a></footer>
</div>
</body>
</html>