2023-12-11 18:19:05 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title><%= productName %></title>
|
|
|
|
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta name="description" content="<%= productDescription %>" />
|
|
|
|
<meta name="format-detection" content="telephone=no" />
|
|
|
|
<meta name="msapplication-tap-highlight" content="no" />
|
|
|
|
<meta
|
|
|
|
name="viewport"
|
|
|
|
content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width<% if (ctx.mode.cordova || ctx.mode.capacitor) { %>, viewport-fit=cover<% } %>"
|
|
|
|
/>
|
|
|
|
|
|
|
|
<link
|
|
|
|
rel="icon"
|
|
|
|
type="image/png"
|
|
|
|
sizes="128x128"
|
2024-01-17 17:42:30 +00:00
|
|
|
href="icons/floranet-favicon.jpg"
|
2023-12-11 18:19:05 +00:00
|
|
|
/>
|
|
|
|
<link
|
|
|
|
rel="icon"
|
|
|
|
type="image/png"
|
|
|
|
sizes="96x96"
|
2024-01-17 17:42:30 +00:00
|
|
|
href="icons/floranet-favicon.jpg"
|
2023-12-11 18:19:05 +00:00
|
|
|
/>
|
|
|
|
<link
|
|
|
|
rel="icon"
|
|
|
|
type="image/png"
|
|
|
|
sizes="32x32"
|
2024-01-17 17:42:30 +00:00
|
|
|
href="icons/floranet-favicon.jpg"
|
2023-12-11 18:19:05 +00:00
|
|
|
/>
|
|
|
|
<link
|
|
|
|
rel="icon"
|
|
|
|
type="image/png"
|
|
|
|
sizes="16x16"
|
2024-01-17 17:42:30 +00:00
|
|
|
href="icons/floranet-favicon.jpg"
|
2023-12-11 18:19:05 +00:00
|
|
|
/>
|
2024-01-17 17:42:30 +00:00
|
|
|
<link rel="icon" type="image/ico" href="icons/floranet-favicon.jpg" />
|
2023-12-11 18:19:05 +00:00
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
2024-03-06 17:16:03 +00:00
|
|
|
<link
|
|
|
|
rel="stylesheet"
|
|
|
|
href="https://unpkg.com/vue-tel-input/dist/vue-tel-input.css"
|
|
|
|
/>
|
2023-12-11 18:19:05 +00:00
|
|
|
<link
|
|
|
|
href="https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&family=Questrial&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"
|
|
|
|
rel="stylesheet"
|
|
|
|
/>
|
2024-01-03 17:18:03 +00:00
|
|
|
<link
|
|
|
|
rel="stylesheet"
|
|
|
|
href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css"
|
|
|
|
/>
|
|
|
|
<script
|
|
|
|
src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-element-bundle.min.js"
|
|
|
|
defer
|
|
|
|
></script>
|
2024-01-24 18:52:24 +00:00
|
|
|
<!-- <script src="https://js.stripe.com/v3" defer></script> -->
|
2023-12-11 18:19:05 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<!-- quasar:entry-point -->
|
|
|
|
</body>
|
|
|
|
</html>
|