flex-template-web/public/index.html
2017-06-20 12:27:01 +03:00

73 lines
2.9 KiB
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<!--!title-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="%PUBLIC_URL%/static/favicon.ico">
<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" />
<link rel="stylesheet" href="%PUBLIC_URL%/static/reactDatesCustomized.css" />
</head>
<body>
<div id="root"><!--!body--></div>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAIhL8ykNE8WcPihRdpkL33TXng-0SYDr0&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-->
</body>
</html>