-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnav.ssi
52 lines (46 loc) · 2.25 KB
/
nav.ssi
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
<div class="dropdown">
<button class="dropbtn">Home</button>
</div>
<div class="dropdown">
<button class="dropbtn">Japanese</button>
<div class="dropdown-content">
<a href="tetsu.shtml">Tetsu Sushi Bar</a>
<a href="video_production.html">Sushi Bar Maumi</a>
<a href="video_production.html">Masayoshi</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Italian</button>
<div class="dropdown-content">
<a href="professional_translation.html">La Buca</a>
<a href="video_production.html">Marcello Ristorante & Pizzeria</a>
<a href="video_production.html">Via Tevere Pizzeria</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Vietnamese</button>
<div class="dropdown-content">
<a href="professional_translation.html">Bun Cha Ca Hoang Yen</a>
<a href="video_production.html">Green Lemongrass</a>
<a href="video_production.html">Mr Red Cafe</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">French</button>
<div class="dropdown-content">
<a href="professional_translation.html">Linh Cafe</a>
<a href="video_production.html">Absinthe Bistro</a>
<a href="video_production.html">Au Comptoir</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Thai</button>
<div class="dropdown-content">
<a href="professional_translation.html">Unchai Restaurant</a>
<a href="video_production.html">Sen Pad Thai</a>
<a href="video_production.html">Au Comptoir</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Contact Us</button>
</div>