-
Notifications
You must be signed in to change notification settings - Fork 0
/
pizza.htm
33 lines (26 loc) · 948 Bytes
/
pizza.htm
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
<html>
<head>
<title>
Pizza Home page
</title>
<link rel="stylesheet" href="styles1.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>
<header>
<div class="hero">
<h1>Come to Slice and enjoy a piece of this HOT PIZZA</h1>
</div>
</header>
<!-- <div class="bg">
<ul>
<li><a class="active" href="#home">Home</a></li>
<li><a href="#news">Menu</a></li>
<li><a href="#contact">About</a></li>
<li><a href="#about">Contact</a></li>
</ul>
</div> -->
</body>
</html>