-
Notifications
You must be signed in to change notification settings - Fork 0
/
cusatrestaurant.html
51 lines (48 loc) · 1.09 KB
/
cusatrestaurant.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
<!DOCTYPE html>
<html>
<head>
<title>
Cusat Restaurant
</title>
<link rel="stylesheet" href="style1.css">
</head>
<body>
<h1>
Cusat Restaurant
</h1>
<h2>
Opening time:7a.m.
</h2>
<h2>
Closing time:12a.m.
</h2>
<h2>
Status: Open
</h2>
<h3>
Food Available Now:
</h3>
<h4>
Please use our app to see real-time updates on the food available now.Glimpses of our app...
</h4>
<img src="app1.jpeg" id="app">
<img src="app2.jpeg" id="app">
<img src="app3.jpeg" id="app">
<img src="app4.jpeg" id="app">
<img src="app5.jpeg" id="app">
<img src="app6.jpeg" id="app">
<img src="app7.jpeg" id="app">
<img src="app8.jpeg" id="app">
<img src="app9.jpeg" id="app">
<img src="app10.jpeg" id="app">
</body>
<style>
body{
background-color: aquamarine;
}
#app{
height: 800px;
width: 400px;
}
</style>
</html>