-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCloud-Dark.html
More file actions
25 lines (25 loc) · 763 Bytes
/
Copy pathCloud-Dark.html
File metadata and controls
25 lines (25 loc) · 763 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
<!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="dark.jpg" style="float:right" />
<ul>
Cloud/Support Dark Magic
<li><a href="http://darksouls2.wikidot.com/dark-fog">Dark Fog</a></li>
<li><a href="http://darksouls2.wikidot.com/repel">Repel</a></li>
<li><a href="http://darksouls2.wikidot.com/resonant-flesh">Resonant Flesh</a></li>
<li><a href="http://darksouls2.wikidot.com/twisted-barricade">Twisted Barricade</a></li>
</ul>
<br />
<ol>
<li><a href="Hexes.html">Back</a></li>
<span>
<li><a href="Index.html">Home</a></li>
</span>
</ol>
</body>
</html>