-
Notifications
You must be signed in to change notification settings - Fork 0
/
scan.htm
37 lines (32 loc) · 1.21 KB
/
scan.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
34
35
36
37
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Jandaia Digital - Home</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="res/css/model.css">
<link rel="stylesheet" type="text/css" href="res/css/app.css">
<link rel="stylesheet" type="text/css" href="res/css/login.css">
</head>
<body>
<main class="bg-blue">
</main>
<footer class="flex y-end">
<nav >
<ul class="flex x-around">
<a href="home.html"><li id="home"></li></a>
<a href="scan.html"><li id="scan"></li></a>
<a href="#"><li id="qr"><input type="file" style="opacity: 0;" accept="image/*" capture="camera"></li></a>
<a href="comunity.html"><li id="comu"></li></a>
<a href="search.html"><li id="search"></li></a>
<li id="plus" class="flex xy-center">+
<ul>
<a href="agenda.html"><li>Anotação [+]</li></a>
<a href="add-post.html"><li>Postagem [+]</li></a>
</ul>
</li>
</ul>
</nav>
</footer>
</body>
</html>