-
Notifications
You must be signed in to change notification settings - Fork 0
/
sitemap.html
31 lines (31 loc) · 1.32 KB
/
sitemap.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta content="IE=edge" http-equiv="X-UA-Compatible"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<meta content="Planning a trip in France? Visit Fab Travel to discover the best excursions." name="description"/>
<link as="image" fetchpriority="high" href="assets/img/cite_new.webp" rel="preload" type="image/webp"/>
<link href="assets/css/styles.css" rel="stylesheet"/>
<link href="assets/css/sitemap.css" rel="stylesheet"/>
<link href="assets/favicon/apple-touch-icon.png" rel="apple-touch-icon" sizes="114x114"/>
<link href="assets/favicon/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png"/>
<link href="assets/favicon/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png"/>
<link href="assets/favicon/site.webmanifest" rel="manifest"/>
<link color="#5bbad5" href="assets/favicon/safari-pinned-tab.svg" rel="mask-icon"/>
<meta content="#2b5797" name="msapplication-TileColor"/>
<meta content="#ffffff" name="theme-color"/>
<title>Fab Travel</title>
</head>
<body>
<div class="wrapper">
<header class="header">
</header>
<main class="main">
</main>
<footer class="footer">
</footer>
</div>
<!--<script src="assets/js/sitemap.js"></script>-->
</body>
</html>