-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspells.html
31 lines (30 loc) · 1.07 KB
/
spells.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
28
29
30
31
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Spells - D&D Website</title>
<link href="myStyle.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="container">
<header><h1>Spells</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/9781984856463-4013938767.jpg" width="30%">
<p>
Spells are indeed, a very magical part of D&D. They are one of the crucial parts of the combat system.
Thereafter, spells can also be used for a wide variety of things, ranging from aiding oneself in theft,
or charming a guard, to resurecting the dead and beyond!
</p>
</article>
<footer><h6>Nickolas Gerhart & Nicholas Belicka ©2024</h6><a href="#top">Return to Top</a></footer>
</div>
</body>
</html>