-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIndex.html
More file actions
24 lines (24 loc) · 750 Bytes
/
Copy pathIndex.html
File metadata and controls
24 lines (24 loc) · 750 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
<!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">
In the game Dark Souls II, the player can aquire many different types of spells which
can be broken down into the four "elements" of spells and then further into the effect
type of each spell.
<br />
<img src="Dark Souls 2.jpg" />
</div>
<ul>
Dark Souls II Magic
<li><a href="Hexes.html">Hexes</a></li>
<li><a href="Pyromancies.html">Pyromancies</a></li>
<li><a href="Sorceries.html">Sorceries</a></li>
<li><a href="Miracles.html">Miracles</a></li>
</ul>
</body>
</html>