-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (41 loc) · 2.36 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en" data-theme="light">
<head>
<meta name="title" content="RideRate">
<meta charset="utf-8">
<meta content="width=device-width,initial-scale=1,maximum-scale=2,shrink-to-fit=no" name="viewport">
<meta name="description" content="Get real-time travel rates for vehicles on RideRate. Personalized recommendations, insights, and a vibrant traveler community. Sign up for free and optimize your journeys!">
<meta name="keywords" content="RideRate, Travel rates, Vehicle rates, Travel trends, Rate tracking, Travel optimization, Vehicle types, Travel insights, Community engagement, Reliable sources">
<meta name="robots" content="index, nofollow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<link rel="icon" type="image/png" href="./favicon.png">
<!--<link rel="preconnect" href="cdnjs.cloudflare.com">-->
<!--<link href="https://fonts.googleapis.com/css?family=Poppins:400,700,200" rel="stylesheet">-->
<!--<link href="https://cdnjs.cloudflare.com/ajax/libs/aos/3.0.0-beta.6/aos.css" rel="stylesheet">-->
<link href="./aos.css" rel="stylesheet">
<link href="./build/app.css" rel="stylesheet">
<title>RideRate</title>
<style>.lds-ring div{box-sizing:border-box;display:block;position:absolute;width:64px;height:64px;margin:8px;border:6px solid #66cc8a;border-radius:50%;animation:1.2s cubic-bezier(.5,0,.5,1) infinite lds-ring;border-color:#66cc8a transparent transparent}.lds-ring div:first-child{animation-delay:-.45s}.lds-ring div:nth-child(2){animation-delay:-.3s}.lds-ring div:nth-child(3){animation-delay:-.15s}@keyframes lds-ring{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}</style>
<!-- Google tag (gtag.js)
<script async src="https://www.googletagmanager.com/gtag/js?id=G-14WLRRD1SK"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-14WLRRD1SK');
</script>-->
</head>
<body>
<noscript>You need to enable JavaScript for this Site.</noscript>
<div style="display: flex;justify-content: center;align-items: center;height: 100vh;">
<div class="lds-ring">
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</div>
<script src="build/bundle.min.js"></script>
</body>
</html>