-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (26 loc) · 909 Bytes
/
Copy pathindex.html
File metadata and controls
31 lines (26 loc) · 909 Bytes
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
<meta charset="utf-8" />
<meta name="author" content="Bun Bun Bake Shop">
<meta name="keywords" content="Bun Bun Bake Shop PUI">
</head>
<style>
</style>
<body>
<div class ="hero">
<h1 class ="title"> Welcome to <br> Bun Bun Bake Shop</h1>
<button class="button" onclick='location.href="product.html"'><b>View <br>Menu</b></button>
</div>
<div class="container">
<div class="topnav">
<a style = "text-decoration: none;"href="index.html"><b>HOME</b></a>
<a style = "text-decoration: none;float:right" href="#cart"><b>CART</b></a>
<a style = "text-decoration: none;float:right" href="#about"><b>ABOUT</b></a>
<a style = "text-decoration: none;float:right" href="product.html"><b>MENU</b></a>
</div>
</div>
</div>
</body>
</html>