Skip to content

Commit

Permalink
Deploying to gh-pages from @ 3e5afd2 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
pragathish07 committed Jul 5, 2024
1 parent e3909bc commit 712b9ba
Show file tree
Hide file tree
Showing 11 changed files with 2,460 additions and 0 deletions.
Binary file added assets/chip-612d3c3f.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/favicon.-90912318.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/header-a7846bc3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/index-2ced495c.css

Large diffs are not rendered by default.

2,340 changes: 2,340 additions & 0 deletions assets/index-35615d7f.js

Large diffs are not rendered by default.

Binary file added assets/plan-1-04269cbb.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/plan-2-e1864baa.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/plan-3-f5e3053d.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/visa-1a954834.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
80 changes: 80 additions & 0 deletions build/tailwind.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 39 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/assets/favicon.-90912318.jpg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/build/tailwind.css">
<link
href="https://cdn.jsdelivr.net/npm/remixicon@3.4.0/fonts/remixicon.css"
rel="stylesheet"
/>
<title>Flights.io|Book affordable flights</title>
<style>
::-webkit-scrollbar {
width: 10px;
}

::-webkit-scrollbar-track {
background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
background: #888;
border-radius:10px;
}

::-webkit-scrollbar-thumb:hover {
background: blue;
}
</style>
<script type="module" crossorigin src="/assets/index-35615d7f.js"></script>
<link rel="stylesheet" href="/assets/index-2ced495c.css">
</head>
<body>
<div id="root"></div>


</body>
</html>

0 comments on commit 712b9ba

Please sign in to comment.