-
Notifications
You must be signed in to change notification settings - Fork 0
/
customAccordion.html
39 lines (35 loc) · 1.52 KB
/
customAccordion.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
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="./style/reset.css" />
<link rel="stylesheet" type="text/css" href="./style/main.css" />
<link rel="stylesheet" type="text/css" href="./style/combinators_accordion_droplist.css" />
<link rel="stylesheet" type="text/css" href="./style/combinators_accordion.css" />
</head>
<body>
<div class="combinators-main-wrap accordion">
<a href="#" class="label">Global Search</a>
<div class="list">
<a href="https://www.google.com.ua/">Google</a>
<a href="http://www.rambler.ru/">Rambler</a>
<a href="http://www.yandex.ua/">Yandex</a>
<a href="https://www.yahoo.com/">Yahoo</a>
</div>
<a href="#" class="label">Habrahabr</a>
<div class="list">
<a href="http://habrahabr.ru/posts/top/">Posts</a>
<a href="http://habrahabr.ru/hubs/">Hubs</a>
<a href="http://habrahabr.ru/companies/">Companies</a>
<a href="http://habrahabr.ru/users/">Users</a>
<a href="http://habrahabr.ru/sandbox/">Sandbox</a>
</div>
<a href="#" class="label">Wiki</a>
<div class="list">
<a href="https://en.wikipedia.org/wiki/">English</a>
<a href="https://uk.wikipedia.org/wiki/">Ukrainian</a>
</div>
</div>
</body>
</html>