-
Notifications
You must be signed in to change notification settings - Fork 0
/
xul.html
30 lines (30 loc) · 863 Bytes
/
xul.html
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
29
30
<!DOCTYPE html>
<html>
<head>
<title>Xul</title>
<link rel="stylesheet" href="style.css">
</head>
<body class="xulpage">
<h1 class="xulh">Xul</h1>
<div class="xul-title">
<b>Cryptic Necromancer</b>
</div>
<div class="xul">
<p>
From the recesses of the eastern jungles<br>
comes a man cloaked in mystery.<br>
As a member of the secretive<br>
Priests of Rathma, or the<br>
Necromancers, Xul fights to preserve<br>
the delicate balance<br>
between order and chaos.<br>
Using powerful death magic,<br>
Xul will sap the strength of his<br>
enemies block their escape,<br>
and direct his spectral scythe<br>
with lethal accuracy.<br>
<a href="https://www.youtube.com/watch?v=uC7AdjaAE2o">Video.</a>
</p>
</div>
</body>
</html>