-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSupport-Magic.html
More file actions
28 lines (28 loc) · 957 Bytes
/
Copy pathSupport-Magic.html
File metadata and controls
28 lines (28 loc) · 957 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="magic.jpg" style="float:right" />
<ul>
Support Sorceries
<li><a href="http://darksouls2.wikidot.com/cast-light">Cast Light</a></li>
<li><a href="http://darksouls2.wikidot.com/chameleon">Chameleon</a></li>
<li><a href="http://darksouls2.wikidot.com/fall-control">Fall Control</a></li>
<li><a href="http://darksouls2.wikidot.com/hush">Hush</a></li>
<li><a href="http://darksouls2.wikidot.com/repair">Repair</a></li>
<li><a href="http://darksouls2.wikidot.com/shockwave">Shockwave</a></li>
<li><a href="http://darksouls2.wikidot.com/yearn">Yearn</a></li>
</ul>
<br />
<ol>
<li><a href="Sorceries.html">Back</a></li>
<span>
<li><a href="Index.html">Home</a></li>
</span>
</ol>
</body>
</html>