-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (41 loc) · 1.58 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
<!DOCTYPE html>
<head>
<title>
Yoda Translation
</title>
<link rel="stylesheet" href="./Everyday/everyday.css">
</head>
<body>
<header>
<div class="top-container">
<nav>
<a href="./index.html" class="top-nav"><h2>Main</h2></a>
<div class="top-nav dropdown" id="dropdown-2">
<h2>Mars</h2>
<div class="dropdownList" id="dropdownList-2">
<a href="./Mars/mars.html" class="listItem">Mars Photos</a>
</div>
</div>
<div class="top-nav dropdown" id="dropdown-1">
<h2>Search</h2>
<div class="dropdownList" id="dropdownList-1">
<a href="./Search/search.html" class="listItem">Search</a>
</div>
</div>
</nav>
<img src="https://is2-ssl.mzstatic.com/image/thumb/Purple114/v4/17/e8/23/17e8236a-b57d-2d36-c679-7263fd196c69/AppIcon-0-0-1x_U007emarketing-0-0-0-7-0-0-sRGB-0-0-0-GLES2_U002c0-512MB-85-220-0-0.jpeg/246x0w.jpg" alt="">
</div>
</header>
<div id="display">
<div id="video-title"></div>
<div id="video"></div>
<div id="video-discription"></div>
</div>>
<script
src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous">
</script>
<script src="./Everyday/everyday.js"></script>
<script src="./dropdown.js"></script>
</body>