-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
56 lines (55 loc) · 1.78 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
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Apple </title>
<link rel="shortcut icon" href="logo.svg" type="image/x-icon">
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav>
<div class="inner-nav">
<ul class="gn-list">
<li class="nav-logo">
<img src="https://www.apple.com/ac/globalnav/7/en_US/images/be15095f-5a20-57d0-ad14-cf4c638e223a/globalnav_apple_image__b5er5ngrzxqq_large.svg" alt="Apple Logo">
</li>
<li class="ac-gn-store">
Store
</li>
<li class="ac-gn-mac">
Mac
</li>
<li class="ac-gn-iPad">
iPad
</li>
<li class="ac-gn-iPhone">
iPhone
</li>
<li class="ac-gn-watch">
Watch
</li>
<li class="ac-gn-airpods">
AirPods
</li>
<li class="ac-gn-tv">
TV & Home
</li>
<li class="ac-gn-only-apple">
Only on Apple
</li>
<li class="ac-gn-accesories">
Accessories
</li>
<li class="ac-gn-support">
Support
</li>
<li class="search">
</li>
<li class="shop"></li>
</ul>
</div>
</nav>
</body>
</html>