-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex-sig.html
47 lines (44 loc) · 1.37 KB
/
index-sig.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
<!-- <script src="test/01-signs_output-1-to-100.js" charset="utf-8"></script> -->
<script src="alldata.js" charset="utf-8"></script>
<script src="https://unpkg.com/isotope-layout@3/dist/isotope.pkgd.min.js"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="row">
<div class="column mono">
<h1 class="-hidden">🗃 ARCHIVO CALLE</h1>
</div>
<div class="column column-left">
<a href="index.html" class="mono">⬅️ INICIO</a>
</div>
</div>
<div>
<h2 class="mono">📝 Carteles</h2>
<h4 class="mono italic">Filtros obtenidos por proceso Google Cloud Vision</h4>
</div>
<div class="controls -hidden">
<div class="filters filters--labels">
<span class="mono">ETIQUETAS </span>
<select> </select>
</div>
<div class="filters filters--objects">
<span class="mono">OBJETOS </span>
<select> </select>
</div>
<div class="filters filters--words">
<span class="mono">TEXTO </span>
<input type="text">
</div>
</div>
<div class="grid"> </div>
<div class="loading">
<p class="mono"> 0 of XXXX images loaded </p>
</div>
<script src="script.js" charset="utf-8"></script>
</body>
</html>