-
Notifications
You must be signed in to change notification settings - Fork 2
/
openYourShop.html
35 lines (32 loc) · 1.5 KB
/
openYourShop.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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<!-- Permite compatibilidad con navegadores anitguos -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./styles/hamburguer.css">
<!-- <link rel="stylesheet" href="./styles/style.css"> -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<link rel="icon" href="https://oxygenworkspace.com/wp-content/uploads/2020/12/cropped-OXY-32x32.jpg"> <!-- Esto es para el favicon -->
<title>Open your tienda</title>
<!-- <script src="./JS/hamburguerJS.js" defer></script>
<script src="./JS/percentage-scroller.js" defer></script>
<script src="./JS/returnToTop.js" defer></script>
<script src="./JS/formValidator.js" defer></script>
<script src="./JS/testingJSON.js" defer></script>
<script src="./JS/popUpNewsletter.js" defer></script> -->
</head>
<body>
<header>
SHOPIFY, AMAZON, EBAY
</header>
<main>
<div>
<a href="./index.html">Volver a Pagina principal</a>
</div>
</main>
</body>
</html>