-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMiracles.html
More file actions
30 lines (30 loc) · 833 Bytes
/
Copy pathMiracles.html
File metadata and controls
30 lines (30 loc) · 833 Bytes
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
<!DOCTYPE HTML>
<!--Matyas Fenyves-->
<html>
<head>
<link type="text/css" rel="stylesheet" href="Style page.css" />
<title>List Outline</title>
</head>
<body style="color:white;background-color:black">
<div style="text-align:center">
Miracles are holy spells used by clerics which largely use lightning
to attack and heal the caster and allies.
<br />
<img src="Miracle.png" />
</div>
<ul>
Miracles
<li><a href="Ranged-Miracle.html">Ranged-Miracles</a></li>
<li><a href="AoE-Miracle.html">Area of Effect-Miracles</a></li>
<li><a href="Support-Miracle.html">Support-Miracles</a></li>
<li><a href="Buff-Miracle.html">Buff-Miracles</a></li>
</ul>
<br />
<ol>
<li><a href="Index.html">Back</a></li>
<span>
<li><a href="Index.html">Home</a></li>
</span>
</ol>
</body>
</html>