-
Notifications
You must be signed in to change notification settings - Fork 0
/
varian.html
29 lines (29 loc) · 987 Bytes
/
varian.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
<!DOCTYPE html>
<html>
<head>
<title>Varian</title>
<link rel="stylesheet" href="style.css">
</head>
<body class="varianpage">
<h1 class="varianh">Varian</h1>
<div class="varian-title">
<b>High King of the Alliance</b>
</div>
<div class="varian">
<p>
The gladiator king of Stormwind City,<br>
Varian Wrynn, has lived many lives.<br>
His anger shook the orcish hordes,<br>
his devotion preserved a nation.<br>
By wielding the sword Shalamayne<br>
two-handed, split into twin blades,<br>
or with a shield, Varian shifts his combat tactics:<br>
charging into melee with multiple opponents,<br>
enduring punishment or dueling one-on-one.<br>
Whether King Wrynn or Lo'Gosh the Ghost Wolf stands<br>
on the battlefield, the prowess of the man remains the same.<br>
<a href="https://www.youtube.com/watch?v=Ef_JyPJskGo">Video.</a>
</p>
</div>
</body>
</html>