-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmenu.php
More file actions
44 lines (42 loc) · 831 Bytes
/
menu.php
File metadata and controls
44 lines (42 loc) · 831 Bytes
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
<div class="col-md-3 menu colorSecundario cuerpo">
<nav>
<ul>
<li>
<a href="amazon">
<img src="img/ic_amazon.png">
Proceso Amazon
</a>
</li>
<li>
<a href="usuarios">
<img src="img/ic_user.png">
Agregar Usuario
</a>
</li>
<li>
<a href="scrapping">
<img src="img/ic_scrapping.png">
Scraping URL's
</a>
</li>
<li>
<a href="precios">
<img src="img/price-tag.png">
Scraping Precio's
</a>
</li>
<li>
<a href="obtener-excel">
<img src="img/ic_excel.png">
Obtener Excel
</a>
</li>
<li>
<a href="custom-post">
<img src="img/form.png">
Custom Post
</a>
</li>
</ul>
</nav>
</div>