mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
19 lines
795 B
HTML
19 lines
795 B
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%/favicon.ico">
|
|
<link rel="stylesheet" href="%PUBLIC_URL%/reactDates.css" />
|
|
<link rel="stylesheet" href="%PUBLIC_URL%/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 -->
|
|
<script src="https://js.stripe.com/v2/"></script>
|
|
<!--!preloadedStateScript-->
|
|
</body>
|
|
</html>
|