-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (25 loc) · 1.7 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
<!DOCTYPE html>
<html lang="sv">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Graviditetsdiabetesguiden (GDM)</title>
<meta name="description" content="Graviditetsdiabetesguiden - din naturliga guide till graviditetsdiabetes. Levnadstips, kosttips, träningstips och recepttips. Sökfunktion för att söka näringsvärden på livsmedel för att kontrollera kolhydratinnehåll tex, datan kommer från Livsmedelsverket. Your natural guide to gestational diabetes - your go-to site for natural solutions for maintaining this condition. Tips on food, training, and lifestyle, as well as recipés and a search function for checking foods nutritional values.">
<link rel="preload" as="image/png" href="G-logo.png">
<link rel="preload" as="image" href="flowers.jpg">
<!--Google Font-->
<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=Philosopher:ital,wght@0,400;0,700;1,400;1,700&family=Nunito+Sans:opsz,wght@6..12,400;6..12,700&family=Dancing+Script:wght@400;500;600;700&display=swap" rel="stylesheet">
<!-- Favicon links -->
<link rel="apple-touch-icon" sizes="180x180" href="./favicon_io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./favicon_io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./favicon_io/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<!--end of favicon links-->
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>