-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (38 loc) · 1.34 KB
/
index.html
File metadata and controls
49 lines (38 loc) · 1.34 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html lang="PT-br">
<head>
<meta charset="utf-8">
<title>Rangu - comida caseira na sua mesa</title>
<meta name="author" content="Rangu">
<meta name="description" content="">
<meta name="robots" content="noindex, nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="img/fav.png" sizes="16x16">
<link rel="stylesheet" href="css/general.css">
<link rel="canonical" href="http://localhost:4000/">
</head>
<body>
<div id="home" class="home">
<h1>Rangu - comida caseira na sua mesa</h1>
<header class="header_general">
<div>
<button type="button"></button>
<img src="img/rangu.svg" alt="Rangu" />
</div>
<a href="#" title="Entrar">Entrar</a>
</header>
<!-- <a href="/cozinhas/">Pesquisar</a> -->
<a href="kitchens_navigation.html" class="search">Pesquisar</a>
</div>
<!-- jQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<!-- Slick carousel -->
<!-- <script type="text/javascript" src="js/slick.min.js"></script> -->
<!-- Tilt -->
<!-- <script type="text/javascript" src="js/tilt.jquery.js"></script> -->
<!-- Butter scroll momentum -->
<script type="text/JavaScript" src="js/butter.js"></script>
<!-- Scripts -->
<script type="text/JavaScript" src="js/scripts.js"></script>
</body>
</html>