Skip to content

Instantly share code, notes, and snippets.

@vighnesh153
Created October 28, 2024 12:20
Show Gist options
  • Select an option

  • Save vighnesh153/9dfbbb144624be62c1c7f1f0653720aa to your computer and use it in GitHub Desktop.

Select an option

Save vighnesh153/9dfbbb144624be62c1c7f1f0653720aa to your computer and use it in GitHub Desktop.
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>301 Moved permanently</title>
<link rel="icon" href="https://vighnesh153.dev/favicon.ico" />
</head>
<body>
<main>
<div
class="max-w-screen-xl mx-auto px-4 flex items-center justify-start h-screen md:px-8"
>
<div class="max-w-lg mx-auto space-y-3 text-center">
<h3 class="text-indigo-600 font-semibold">301 Redirect</h3>
<p class="text-gray-800 text-4xl font-semibold sm:text-5xl">
Moved permanently
</p>
<p class="text-gray-600">
Sorry, the page you are looking for has been moved to <a
href="https://vighnesh153.dev"
>vighnesh153.dev</a>.
</p>
<div class="flex flex-wrap items-center justify-center gap-3">
<a
href="https://vighnesh153.dev"
class="block py-2 px-4 text-white font-medium bg-indigo-600 duration-150 hover:bg-indigo-500 active:bg-indigo-700 rounded-lg"
>
Go to vighnesh153.dev
</a>
</div>
</div>
</div>
</main>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment