-
Notifications
You must be signed in to change notification settings - Fork 4
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
2 changed files
with
51 additions
and
151 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,28 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Mode Selection</title> | ||
<script src="https://cdn.tailwindcss.com"></script> | ||
</head> | ||
<body class="bg-gray-100 flex items-center justify-center min-h-screen"> | ||
<div class="bg-white p-8 rounded-lg shadow-lg text-center"> | ||
<h2 class="text-2xl font-bold mb-6">Select Your Mode ദ്ദി(˵ •̀ ᴗ - ˵ ) ✧</h2> | ||
<p class="mb-8 text-gray-700">Please choose you side:</p> | ||
<div class="space-y-4"> | ||
<button | ||
class="w-full py-3 bg-orange-500 text-white rounded-md hover:bg-orange-600 transition duration-300" | ||
onclick="window.location.href='https://eth.dimension-life.rootmud.xyz'"> | ||
I'm Using MetaMask! | ||
</button> | ||
<button | ||
class="w-full py-3 bg-green-500 text-white rounded-md hover:bg-green-600 transition duration-300" | ||
onclick="window.location.href='https://ar.dimension-life.rootmud.xyz'"> | ||
I'm Using ArConnect! | ||
</button> | ||
</div> | ||
</div> | ||
</body> | ||
</html> | ||
|
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