-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (37 loc) · 1.54 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
<!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">
<title>Restaurant</title>
<link rel="stylesheet" type="text/css" href="index.css">
</head>
<body>
<center>
<div class="maintitle">
<h1>
Restaurant Name
</h1>
</div>
<div class="about">
<p>
"The best pizzeria in New York City" - The New York Times<br>
</p>
</div>
<div>
<a href="https://robbcre.com"><img src="https://images.pexels.com/photos/1146760/pexels-photo-1146760.jpeg?cs=srgb&dl=pexels-kristina-paukshtite-1146760.jpg&fm=jpg" class="mainimage" alt="This picture is from Pexels." /></a>
</div>
<a href="https://robbcre.com"><button type="button" class="button">Place An Order</button></a>
<a href="https://robbcre.com"><button type="button" class="button">Merch Store</button></a>
<a href="https://robbcre.com"><button type="button" class="button">View the Menu</button></a>
<a href="https://robbcre.com"><button type="button" class="button">Instagram</button></a>
<div class="copyright">
<h3>Copyright 2022 _________________ Corporation. All Rights Reserved.</h3>
</div>
<div class="footer">
<h3>Webpage created by <a href="https://rorobb.com">ROMANE ORLANDO ROBB</a> and <a href="https://robbcre.com">ROBB CREATIVE GROUP</a>.</h3>
</div>
</center>
</body>
</html>