-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
28 lines (25 loc) · 1.23 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- <link rel="icon" href="/favicon.ico" /> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Pitayapp</title>
<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=Inter:wght@300;400;500;600;700;800;900&display=swap"
rel="stylesheet">
<link rel="icon" type="image/x-icon" href="./src/assets/img/pitayappLogoPink.svg">
<meta name="description" content="¡El portal de comida vegetal para la gente que quiere cambiar el mundo!
Un sinfín de recetas vegetarianas y veganas para compartir.">
</head>
<body>
<div id="app"></div>
<script src="https://unpkg.com/swiper@8/swiper-bundle.min.js"></script>
<script type="module" src="/src/main.js"></script>
<!-- <script defer src="https://www.gstatic.com/firebasejs/8.10.1/firebase-app.js"></script>
<script defer src="https://www.gstatic.com/firebasejs/8.10.1/firebase-auth.js"></script>
<script defer src="https://www.gstatic.com/firebasejs/8.10.1/firebase-firestore.js"></script>
<script defer src="./init-firebase.js"></script> -->
</body>
</html>