Skip to content

Instantly share code, notes, and snippets.

@srid
Created August 2, 2022 16:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save srid/1f58d8292bd0e2fdb5cb82794f0bc67d to your computer and use it in GitHub Desktop.
Save srid/1f58d8292bd0e2fdb5cb82794f0bc67d to your computer and use it in GitHub Desktop.
One-page Tailwind site
<!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" />
<link href="https://unpkg.com/tailwindcss@2/dist/tailwind.min.css" rel="stylesheet" type="text/css"></link>
<title>FP Slack</title>
</head>
<body class="overflow-y-scroll mx-auto my-8 md:w-64">
<main>
<h1 class="text-3xl font-bold mb-4">FP Slack</h1>
<p class="text-xl"><a class="text-green-400 font-bold hover:underline" href="https://fpchat-invite.herokuapp.com/">Join</a> our <span class="text-purple-500">Slack</a>.
</main>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment