-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |