-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCloud-Fire.html
More file actions
28 lines (28 loc) · 1006 Bytes
/
Copy pathCloud-Fire.html
File metadata and controls
28 lines (28 loc) · 1006 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
<!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">
<img src="fire.png" style="float:right" />
<ul>
Cloud/Melee Pyromancies
<li><a href="http://darksouls2.wikidot.com/acid-surge">Acid Surge</a></li>
<li><a href="http://darksouls2.wikidot.com/combustion">Combustion</a></li>
<li><a href="http://darksouls2.wikidot.com/fire-snake">Fire Snake</a></li>
<li><a href="http://darksouls2.wikidot.com/fire-whip">Fire Whip</a></li>
<li><a href="http://darksouls2.wikidot.com/great-combustion">Great Combustion</a></li>
<li><a href="http://darksouls2.wikidot.com/poison-mist">Poison Mist</a></li>
<li><a href="http://darksouls2.wikidot.com/toxic-mist">Toxic Mist</a></li>
</ul>
<br />
<ol>
<li><a href="Pyromancies.html">Back</a></li>
<span>
<li><a href="Index.html">Home</a></li>
</span>
</ol>
</body>
</html>