Skip to content

Commit

Permalink
deploy: 39dfe06
Browse files Browse the repository at this point in the history
  • Loading branch information
erkobridee committed May 20, 2024
1 parent de3f7a3 commit 1331fac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +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.8.4"><title>Astro + TS + TailwindCSS</title><link rel="stylesheet" href="/astro-ts-tw-hello/_astro/index.DLIuabSH.css"><script type="module" src="/astro-ts-tw-hello/_astro/hoisted.BHE08Xts.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>
<!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.8.6"><title>Astro + TS + TailwindCSS</title><link rel="stylesheet" href="/astro-ts-tw-hello/_astro/index.DLIuabSH.css"><script type="module" src="/astro-ts-tw-hello/_astro/hoisted.BHE08Xts.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>
2 changes: 1 addition & 1 deletion markdown-page/index.html
Original file line number Diff line number Diff line change
@@ -1 +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.8.4"><title>Markdown + Tailwind</title><link rel="stylesheet" href="/astro-ts-tw-hello/_astro/index.DLIuabSH.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>
<!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.8.6"><title>Markdown + Tailwind</title><link rel="stylesheet" href="/astro-ts-tw-hello/_astro/index.DLIuabSH.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>

0 comments on commit 1331fac

Please sign in to comment.