-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
84 lines (74 loc) · 2.85 KB
/
about.html
File metadata and controls
84 lines (74 loc) · 2.85 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!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">
<link rel="stylesheet" href="./css/about.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>hikata sushiso</title>
</head>
<body class="conu">
<header>
<div class="navbar">
<h2 id="hitaka">Hikata sushiso</h2>
<div class="menunav">
<a href="index.html" class="mod">home</a>
<a href="menu.html" class="mod">menu</a>
<a href="about.html" class="mod active">about</a>
<a href="contact.html" class="mod">contact</a>
</div>
<div class="cart">
<i class="fa fa-shopping-cart" aria-hidden="true"></i>
</div>
</div>
</header>
<div class="titre"><H3 class="tilo">about us</H3></div>
<main class="abouto">
<div class="tx">
<p>
残す赤ちを取を残します<br>
を離れなを知ます<br>
必要を知 <br>
鏡を見鏡を見ると
見驚かない <br>
驚かない<br>
共感否定できない
あなたの食欲、ああ<br>
あなたは私の愛のたます<br>
私はあなたを押し出し、てきます<br>
あなたを責めても意味がありません<br>
もし私があ、私もそうします<br>
</p>
</div>
<div class="imgresto">
<img src="./asset/about/resto.jpg" alt="">
</div>
</main>
<div class="chefo">
<h3 id="tito">our chef</h3>
<div class="body_chef">
<img src="./asset/about/chef.jpg" alt="" id="chee">
<div class="description_chef">
<h4 id="titl">seventen</h4>
<p class="PARA"> 残す赤ちを取を残しますを離れなを知ます必要を知<br> 鏡を見鏡を見ると
見驚かない 驚かない共感否定で<br>きないあなたの食欲、ああ
あなたは私の愛のたます<br>
私はあなたを押し出し、てきます
あなたを責めても意味がありません<br>
もし私があ、私もそうします</p>
</div>
</div>
</div>
<footer>
<div class="footer">
<!-- Add font awesome icons -->
<i class="fa fa-facebook" aria-hidden="true"></i>
<i class="fa fa-whatsapp" aria-hidden="true"></i>
<i class="fa fa-instagram" aria-hidden="true"></i>
<i class="fa fa-twitter" aria-hidden="true"></i>
<p>copycopy created by chaicha:)</p>
</div>
</footer>
</body>
</html>