-
Notifications
You must be signed in to change notification settings - Fork 0
/
Dice.html
25 lines (24 loc) · 890 Bytes
/
Dice.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Dice - D&D Wesbite</title>
<link href="MyStyle.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="container">
<header><h1>Dice</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 class="photo2" src="images/PXL_20220831_201728465.jpg" width="30%"><p>The Dice are a important part of D&D becuse you role them and you get your stats and how good your action was.</p></article>
<footer><h6>Nickolas Gerhart & Nicholas Belicka ©2024</h6><a href="#top">Return to Top</a></footer>
</div>
</body>
</html>