index
This commit is contained in:
+12
-18
@@ -1,11 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport">
|
||||
<meta charset="utf-8" />
|
||||
<link type="images/ico" rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="theme-color" content="#000000" />
|
||||
<meta name="author" content="Float Mobility">
|
||||
<title> Ride Sharing, Hailing & Budgeting App by Float</title>
|
||||
<meta name="description" content="Travel smarter with Float's ride sharing, hailing and budgeting app. Avaliable on IOS and Android.">
|
||||
<meta name="description" content="Travel smarter with Float's ride sharing, hailing and budgeting app. Avaliable on IOS and Android." />
|
||||
<meta name="title" content="Ride Sharing, Hailing & Budgeting App by Float" />
|
||||
<meta name="keywords" content="Travel smarter , Ride Sharing, Hailing and Budgeting App" />
|
||||
<meta property="og:type" content="business.business">
|
||||
<meta property="og:title" content="Float Mobility">
|
||||
<meta property="og:url" content="https://float.sg">
|
||||
@@ -17,23 +20,14 @@
|
||||
<meta property="business:contact_data:country_name" content="United States">
|
||||
<meta name="google-signin-client_id" content="343605975098-i4p86p4la6lpff0rmsq3mg36vi9do9rb.apps.googleusercontent.com">
|
||||
|
||||
<link href="/assets/float-ev/common/img/favicon.ico" rel="icon"/>
|
||||
<link rel="/stylesheet" href="/assets/float-ev/common/css/bundle.min.css"/>
|
||||
<link rel="stylesheet" href="assets/float-ev/common/css/revolution-settings.min.css"/>
|
||||
<link href="/assets/float-ev/common/css/LineIcons.min.css" rel="stylesheet"/>
|
||||
<link href="/assets/float-ev/common/css/jquery.fancybox.min.css" rel="stylesheet"/>
|
||||
<link href="/assets/float-ev/common/css/owl.carousel.min.css" rel="stylesheet"/>
|
||||
<link href="/assets/float-ev/common/css/wow.css" rel="stylesheet"/>
|
||||
<link rel="stylesheet" href="/assets/float-ev/common/css/cubeportfolio.min.css"/>
|
||||
<link href="/assets/float-ev/css/line-awesome.min.css" rel="stylesheet"/>
|
||||
<link href="/assets/float-ev/css/style.css" rel="stylesheet"/>
|
||||
<link href="/assets/float-ev/css/custom.css" rel="stylesheet"/>
|
||||
|
||||
</head>
|
||||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
||||
|
||||
<title>FloatEV</title>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
<div id="root"></div>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
import React from 'react';
|
||||
|
||||
const Footer = () => {
|
||||
return (
|
||||
<div>Footer 1</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default Footer;
|
||||
@@ -1,12 +0,0 @@
|
||||
import React from 'react';
|
||||
import './header.css';
|
||||
|
||||
const Header = () => {
|
||||
return (
|
||||
<div>
|
||||
Header 1
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default Header;
|
||||
Reference in New Issue
Block a user