-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCharacter.html
25 lines (24 loc) · 922 Bytes
/
Character.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>Character - D&D Website</title>
<link href="MyStyle.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="container">
<header><h1>Character</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/D&D_Character_Sheet_for__New_Ability_Scores__rule_on_dandwiki.png" width="30%" ><p>The Character is a very importint part of D&D becuese it gives you your stats and modifires.</p></article>
<footer><h6>Nickolas Gerhart & Nicholas Belicka ©2024</h6><a href="#top">Return to Top</a></footer>
</div>
</body>
</html>