-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBuff-Fire.html
More file actions
26 lines (26 loc) · 834 Bytes
/
Copy pathBuff-Fire.html
File metadata and controls
26 lines (26 loc) · 834 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
<!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>
Self/Buff Pyromancies
<li><a href="http://darksouls2.wikidot.com/flame-weapon">Flame Weapon</a></li>
<li><a href="http://darksouls2.wikidot.com/flash-sweat">Flash Sweat</a></li>
<li><a href="http://darksouls2.wikidot.com/immolation">Immolation</a></li>
<li><a href="http://darksouls2.wikidot.com/iron-flesh">Iron Flesh</a></li>
<li><a href="http://darksouls2.wikidot.com/warmth">Warmth</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>