-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpedrap.html
More file actions
29 lines (29 loc) · 1.01 KB
/
pedrap.html
File metadata and controls
29 lines (29 loc) · 1.01 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<script src="js/angular.js"></script>
<link rel="stylesheet" href="css/header.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/banner.css">
<link rel="stylesheet" href="css/menu.css">
<link rel="stylesheet" href="css/texos.css">
<link rel="stylesheet" href="css/footer.css">
<link rel="stylesheet" href="css/fontello.css">
<title>PizzApp</title>
</head>
<body>
<header>
<div class="contenedor">
<div class="pd-3"></div>
<h1><a href="index.html">PizzApp</a></h1>
<input type="checkbox" id="menu-bar">
<label class="icon-th-list" for="menu-bar"></label>
<nav class="menu">
<a href="login.html">Autenticarse</a>
<a href="#">Pedido Rápido</a>
</nav>
</div>
</header>
</body>
</html>