mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
86 lines
3.9 KiB
HTML
86 lines
3.9 KiB
HTML
<!doctype html>
|
|
<html data-htmlattr="htmlAttributes">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<!--!title-->
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<!--!meta-->
|
|
|
|
<link rel="manifest" href="%PUBLIC_URL%/static/manifest.json">
|
|
<link rel="icon" sizes="32x32" type="image/x-icon" href="%PUBLIC_URL%/static/favicon.ico">
|
|
<link rel="icon" sizes="192x192" type="image/png" href="%PUBLIC_URL%/static/webapp-icon-192x192.png" />
|
|
<link rel="apple-touch-icon" href="%PUBLIC_URL%/static/touch-icon-iphone-60x60.png">
|
|
<link rel="apple-touch-icon" sizes="57x57" href="%PUBLIC_URL%/static/apple-touch-icon-ipad-57x57.png">
|
|
<link rel="apple-touch-icon" sizes="114x114" href="%PUBLIC_URL%/static/apple-touch-icon-ipad-57x57@2x.png">
|
|
<link rel="apple-touch-icon" sizes="76x76" href="%PUBLIC_URL%/static/apple-touch-icon-ipad-76x76.png">
|
|
<link rel="apple-touch-icon" sizes="152x152" href="%PUBLIC_URL%/static/apple-touch-icon-ipad-76x76@2x.png">
|
|
<link rel="apple-touch-icon" sizes="60x60" href="%PUBLIC_URL%/static/apple-touch-icon-iphone-retina-60x60.png">
|
|
<link rel="apple-touch-icon" sizes="120x120" href="%PUBLIC_URL%/static/apple-touch-icon-iphone-retina-60x60@2x.png">
|
|
<link rel="apple-touch-icon" sizes="180x180" href="%PUBLIC_URL%/static/apple-touch-icon-iphone-retina-60x60@3x.png">
|
|
<!--!link-->
|
|
|
|
<style>
|
|
/**
|
|
* The fonts included are copyrighted by the vendor listed below.
|
|
*
|
|
* Vendor: Mostardesign
|
|
* License URL: https://www.fontspring.com/licenses/mostardesign/webfont
|
|
*
|
|
*/
|
|
|
|
@font-face {
|
|
/* 'SofiaPro-Regular' */
|
|
font-family: 'sofiapro';
|
|
src: url('https://assets-sharetribecom.sharetribe.com/webfonts/sofiapro/sofiapro-regular-webfont.woff2') format('woff2'),
|
|
url('https://assets-sharetribecom.sharetribe.com/webfonts/sofiapro/sofiapro-regular-webfont.woff') format('woff');
|
|
font-weight: 400; /* Regular */
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'sofiapro';
|
|
src: url('https://assets-sharetribecom.sharetribe.com/webfonts/sofiapro/sofiapro-medium-webfont.woff2') format('woff2'),
|
|
url('https://assets-sharetribecom.sharetribe.com/webfonts/sofiapro/sofiapro-medium-webfont.woff') format('woff');
|
|
font-weight: 500; /* Medium */
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'sofiapro';
|
|
src: url('https://assets-sharetribecom.sharetribe.com/webfonts/sofiapro/sofiapro-semibold-webfont.woff2') format('woff2'),
|
|
url('https://assets-sharetribecom.sharetribe.com/webfonts/sofiapro/sofiapro-semibold-webfont.woff') format('woff');
|
|
font-weight: 600; /* SemiBold */
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'sofiapro';
|
|
src: url('https://assets-sharetribecom.sharetribe.com/webfonts/sofiapro/sofiapro-bold-webfont.woff2') format('woff2'),
|
|
url('https://assets-sharetribecom.sharetribe.com/webfonts/sofiapro/sofiapro-bold-webfont.woff') format('woff');
|
|
font-weight: 700; /* Bold */
|
|
font-style: normal;
|
|
}
|
|
|
|
</style>
|
|
|
|
<link rel="stylesheet" href="%PUBLIC_URL%/static/reactDates.css" />
|
|
</head>
|
|
<body>
|
|
<div id="root"><!--!body--></div>
|
|
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDZhsJGsRv0c9HykUHfnVAIVOb1tWtqrTg&libraries=places"></script>
|
|
<!--
|
|
Stripe script should be on every page, not just the pages that
|
|
use the API:
|
|
|
|
https://stripe.com/docs/stripe.js#including-stripejs
|
|
|
|
We need both v2 and v3. v2 is used for creating the bank
|
|
account token for providers, and v3 is used for getting
|
|
the payment token using Stripe elements.
|
|
-->
|
|
<script src="https://js.stripe.com/v2/"></script>
|
|
<script src="https://js.stripe.com/v3/"></script>
|
|
<!--!preloadedStateScript-->
|
|
<!--!script-->
|
|
</body>
|
|
</html>
|