-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (39 loc) · 3.06 KB
/
index.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<html>
<head>
<link rel="stylesheet" href="css/style.css" type="text/css"/>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<title>Гайд на Slardar | DOTA 2</title>
</head>
<body>
<div id='cssmenu'>
<ul>
<li class='active'><a href='index.html'>Главная</a></li>
<li class='has-sub '><a href='#'>Способности</a>
<ul>
<li class='has-sub '><a href='#GuardianSprint'>Guardian Sprint<img class="ability" src="img/ability1.jpg"></a>
<li class='has-sub '><a href='#SlithereenCrush'>Slithereen Crush<img class="ability" src="img/ability2.jpg"></a>
<li class='has-sub '><a href='#BashoftheDeep'>Bash of the Deep<img class="ability" src="img/ability3.jpg"></a>
<li class='has-sub '><a href='#CorrosiveHaze'>Corrosive Haze<img class="ability" src="img/ability4.jpg"></a>
</li>
</ul>
</li>
<li><a href='#'>Лучший билд</a></li>
<li><a href='#'>Плюсы и минусы героя</a></li>
<li><a href='#'>Враги и союзники</a></li>
</ul>
</div>
<div class="header">
<h1>Лучший гайд на Slardar от Monah</h1>
</div>
<div class="mainimg">
<img src="img/slardar.png" alt="">
</div>
<div name="spells" class="header">
<h3>Способности</h3>
</div>
<div class="spell" name="GuardianSprint"><h4><img сlass="leftimg" width="50px" src="img/ability1.jpg"> Guardian Sprint <p>Герой стремительно скользит, передвигаясь значительно быстрее и проходя сквозь других существ. Снимает ограничение на скорость передвижения и увеличивает её в реке.</p></h4></div>
<div class="spell" name="SlithereenCrush"><h4><img сlass="leftimg" width="50px" src="img/ability2.jpg"> Slithereen Crush <p>Бьёт по земле, оглушая наземных врагов неподалёку и нанося им урон. После оглушения враги будут замедлены.</p></h4></div>
<div class="spell" name="BashoftheDeep"><h4><img сlass="leftimg" width="50px" src="img/ability3.jpg"> Bash of the Deep <p>После каждых 3 атак герой оглушит и нанесёт дополнительный урон своей следующей атакой. Урон крипам вдвое больше.</p></h4></div>
<div class="spell" name="CorrosiveHaze"><h4><img сlass="leftimg" width="50px" src="img/ability4.jpg"> Corrosive Haze <p>Герой стремительно скользит, передвигаясь значительно быстрее и проходя сквозь других существ. Снимает ограничение на скорость передвижения и увеличивает её в реке.</p></h4></div>
</body>
</html>