-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdtf.html
More file actions
51 lines (51 loc) · 2.65 KB
/
dtf.html
File metadata and controls
51 lines (51 loc) · 2.65 KB
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
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset = "UTF-8"/>
<meta name="viewport" content="width=device=width, initial-scale=1.0">
<title>Din Tai Fung</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
</head>
<body>
<div style="text-align: center;">
<button onclick="javascript:window.location.href='home.html';" class="button button1">Home</button>
<button onclick="javascript:window.location.href='dtf.html';" class="button button1">Ding Tai Fung</button>
<button onclick="javascript:window.location.href='gonoodle.html';" class="button button1">Go Noodle House</button>
<button onclick="javascript:window.location.href='kimgary.html';" class="button button1">Kim Gary</button>
<button onclick="javascript:window.location.href='mdmkwan.html';" class="button button1">Mdm Kwan</button>
<button onclick="javascript:window.location.href='jogoya.html';" class="button button1">Jogoya</button>
</div>
<div class="header2">
<h1 class=" animate__animated animate__rotateIn">Din Tai Fung</h1>
</div>
<div class="content animate__animated animate__fadeInUp">
<p>Din Tai Fung is an upscale "Chinese restaurant originating in Taiwan" franchise that specializes in Chinese Huaiyang cuisine. It is the home to the famous mouth-watering Xiao Long Baos. </p>
<p>I will also give this restaurant a 5/5, as thei Xiao Long Baos are so good, that you want more everytime you eat one of them. <br> Here's their restaurant and some of that juicy Xiao Long Baos you've been waiting for.</p>
</div>
<div class ="gallery">
<img src="img/dtffood2.jpg" alt="storeeee width="600" height="400">
<div class="desc">
<h2>The store</h2>
</div>
</div>
<div class ="gallery">
<img src="img/dtffood.jpg" alt="food" width="600" height="400">
<div class="desc">
<h2>Xiao Long Baos</h2>
</div>
</div>
<div class ="gallery">
<img src="img/dtffood3.jpg" alt="" width="600" height="400">
<div class="desc">
<h2>Spicy Sichuan Chicken, for those who love that spicy spicy thing</h2>
</div>
</div>
<div class ="gallery">
<img src="img/dtffood4.jpg" alt="MOREE FOOOOOOOOOOOOOOOOOOOOOOOOD" width="600" height="400">
<div class="desc">
<h2>Fragrant Spring Onion & Shredded Pork Dry Noodle</h2>
</div>
</div>
</body>
</html>