-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (18 loc) · 842 Bytes
/
index.html
File metadata and controls
26 lines (18 loc) · 842 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
<!DOCTYPE html>
<html>
<head>
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<meta charset="UTF-8">
<title>Inventario Online</title>
<link rel="stylesheet" href="https://geraldrf.github.io/Ecommerce_EMRA-Store/recursos/A_CSS/estilo.css">
</head>
<body>
<!--<body onload="verificar()">-->
<header id="fijo" class="contenedor">
<div><nav src="https://geraldrf.github.io/Ecommerce_EMRA-Store/recursos/A_HTML/menuPC.html"></nav></div>
</header>
</body>
<script src="https://geraldrf.github.io/Ecommerce_EMRA-Store/recursos/A_JS/impotarMenu.js"></script>
<script src="https://geraldrf.github.io/Ecommerce_EMRA-Store/recursos/A_JS/accionesMenu.js"></script>
<script src="https://geraldrf.github.io/Ecommerce_EMRA-Store/recursos/A_JS/verificarWidth.js"></script>
</html>