-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
896f984
commit eef17e4
Showing
6 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 @@ | ||
<!DOCTYPE html><html lang="en"> <head><meta charset="utf-8"><meta name="viewport" content="width=device-width"><link rel="icon" type="image/svg+xml" href="/favicon.svg"><meta name="generator" content="Astro v4.6.3"><title>Astro + TS + TailwindCSS</title><link rel="stylesheet" href="/astro-ts-tw-hello/_astro/index.D1yveAsF.css"><script type="module" src="/astro-ts-tw-hello/_astro/hoisted.C8Qj8z67.js"></script></head> <body> <div class="grid h-screen place-items-center content-center"> <button class="appearance-none rounded-lg bg-purple-500 px-4 py-2 font-semibold text-white shadow-md hover:bg-purple-700 focus:outline-none focus:ring-2 focus:ring-purple-400 focus:ring-opacity-75"> Tailwind Button in Astro! </button> <a href="/astro-ts-tw-hello/markdown-page" rel="prefetch" class="p-4 underline transition-colors duration-200 ease-in-out hover:text-purple-500"> Markdown is also supported... </a> <a href="https://github.com/erkobridee" rel="noopener nofollow" target="_blank" class="p-4 underline transition-colors duration-200 ease-in-out hover:text-purple-500"> GitHub - Erko Bridee </a> </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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<!DOCTYPE html><html lang="en"> <head><meta charset="utf-8"><meta name="viewport" content="width=device-width"><link rel="icon" type="image/svg+xml" href="/favicon.svg"><meta name="generator" content="Astro v4.6.3"><title>Markdown + Tailwind</title><link rel="stylesheet" href="/astro-ts-tw-hello/_astro/index.D1yveAsF.css"></head> <body> <div class="grid place-items-center h-screen content-center"><button class="appearance-none rounded-lg bg-purple-500 px-4 py-2 font-semibold text-white shadow-md hover:bg-purple-700 focus:outline-none focus:ring-2 focus:ring-purple-400 focus:ring-opacity-75"> <p>Tailwind classes also work in Markdown!</p> </button><a href="/astro-ts-tw-hello" rel="prefetch" class="p-4 underline transition-colors duration-200 ease-in-out hover:text-purple-500"> Go home </a></div> </body></html> |