-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (50 loc) · 2.1 KB
/
index.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
<!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>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Headset Store | Sistema de Gerenciamento</title>
<meta name="description" content="Inscreva-se e receba cupons exclusivos com até 50% de desconto para utilizar na nossa loja até o final do ano.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="public/images/favicon.png">
<link rel="stylesheet" href="public/css/main.css">
</head>
<body>
<nav>
<div class="container">
<div class="brand">
<a href="https://headsetstore-system.netlify.app"><img src="public/images/logo.PNG"/></a>
</div>
</div>
</nav>
<main>
<section>
<div class="center_column">
<div class="paper">
<h1>Headset Store System</h1>
<p>Cadastre produtos e clientes da Headset Store.<br/>
O que você precisa cadastrar hoje?</p>
<div class="box_container">
<div class="column_left">
<a href="clientes/" class="btn ButtonPrimary">Clientes</a>
</div>
<div class="column_right">
<a href="produtos/" class="btn ButtonPrimary">Produtos</a>
</div>
</div>
</div>
</div>
</section>
</main>
<footer>
<div class="copy">
<small>2021 © Developed by Helen Furtner</small>
</div>
</footer>
<script src="assets/js/main.js" async defer></script>
</body>
</html>