-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (36 loc) · 1.4 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
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400" rel="stylesheet">
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon">
<link rel="icon" href="../favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="/stylesheet.css" type="text/css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Intellect Books</title>
</head>
<body>
<header>
<a href="/"><img src="/images/gb.png"/></a>
<ul>
<li><a href="http://www.intellectbooks.tk">Home</a></li>
<div class="products">Products<i class="fa fa-angle-down" aria-hidden="true"></i>
<div class="dropdown">
<ul>
<li>Website Design</li>
<li>Website Consultation</li>
<li>Logo Design</li>
<li><a href="https://en.shpock.com/u/VvUujFIGy4YKi0XH/" target="_blank"><img src="/images/shpockw.png"></a></li>
</ul>
</div>
</div>
<li>About</li>
<li>Contact</li>
</ul>
</header>
<div class="shpock">
<a href="https://en.shpock.com/u/VvUujFIGy4YKi0XH/" target="_blank"><img src="/images/shpockicon.png"></a>
</div>
</body>
</html>