Skip to content

Commit

Permalink
final
Browse files Browse the repository at this point in the history
  • Loading branch information
saketh-05 committed Dec 16, 2024
1 parent 238d63f commit e3d5f8a
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="author" content="FoodTube">
<meta http-equiv="refresh" content="0; url=http://43.204.236.94:8081" />
<meta name="description" content="FoodTube is a platform where you can find the best recipes from around the world.">
<title>FoodTube</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet">

</head>

<body class="bg-gray-100">
<div class="flex flex-col items-center justify-center h-screen">
<h1 class="text-4xl font-bold mb-4">Redirecting to FoodTube...</h1>
<p class="text-lg text-gray-600 mb-8">This page is hosted on GitHub and will redirect you to your AWS EC2 instance deployed frontend.</p>
<a href="http://43.204.236.94:8081" class="bg-blue-500 hover:bg-blue-600 text-white font-bold py-2 px-4 rounded">If Redirect did not work, Click Here</a>
</div>
</body>

</html>

0 comments on commit e3d5f8a

Please sign in to comment.