-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (22 loc) · 1.09 KB
/
index.html
File metadata and controls
27 lines (22 loc) · 1.09 KB
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
<!doctype html>
<html lang="es">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- ICONOS --------------------------------------- -->
<link rel="icon" type="image/svg+xml" href="./img/icon-laundry.png" />
<!-- FONTAWESOME / Se buscan desde aqui (seleccionar los free)...
https://fontawesome.com/v5/search?o=r&m=free -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" rel="stylesheet" />
<!-- --------------------------------------- -->
<title>(*) Laundry Jeans - Tienda Online (by Matias Derlich)</title>
<!-- BOOTSTRAP --------------------------------------- -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
</head>
<body>
<!-- Aca va React... -->
<div id="root"></div>
<!-- --------------- -->
<script type="module" src="/src/main.jsx"></script>
</body>
</html>