-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcategories.html
56 lines (53 loc) · 2.64 KB
/
categories.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
52
53
54
55
56
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]> <html class="no-js"> <!--<![endif]-->
<html lang="pt-br">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title><i class='fas fa-glass-cheers' style='font-size:24px; color:red'></i>Categorias - Cardápio on line</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="./style/reset.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Roboto:wght@100;300;400;500;700;900&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="./style/style.css">
</head>
<body>
<header>
<div class="box">
<nav>
<ul>
<li><a href="cardapio.html">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="5" y="3" width="14" height="18" rx="3" stroke=" #FBEBED" stroke-width="2" />
<line x1="9" y1="8" x2="15" y2="8" stroke=" #FBEBED" stroke-width="2" stroke-linecap="round" />
<line x1="9" y1="12" x2="12" y2="12" stroke=" #FBEBED" stroke-width="2" stroke-linecap="round" /></svg> Cardápio
</a>
</li>
<li><a href="pedidos.html"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M6 2L3 6V20C3 20.5304 3.21071 21.0391 3.58579 21.4142C3.96086 21.7893 4.46957 22 5 22H19C19.5304 22 20.0391 21.7893 20.4142 21.4142C20.7893 21.0391 21 20.5304 21 20V6L18 2H6Z"
stroke=" #FBEBED" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
<path d="M3 6H21" stroke=" #FBEBED" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
<path
d="M16 10C16 11.0609 15.5786 12.0783 14.8284 12.8284C14.0783 13.5786 13.0609 14 12 14C10.9391 14 9.92172 13.5786 9.17157 12.8284C8.42143 12.0783 8 11.0609 8 10"
stroke=" #FBEBED" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
</svg>Perdidos</a></li>
</ul>
</nav>
</div>
<div class="titulo_principal">
<h1>Catergorias</h1>
</div>
</header>
<main></main>
<footer></footer>
<script src="" async defer></script>
</body>
</html>