Skip to content

Commit

Permalink
deploy: e1b8c07
Browse files Browse the repository at this point in the history
  • Loading branch information
erkobridee committed Apr 24, 2024
1 parent 896f984 commit eef17e4
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
2 changes: 2 additions & 0 deletions _astro/hoisted.C8Qj8z67.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions _astro/index.D1yveAsF.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions index.html
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>
1 change: 1 addition & 0 deletions markdown-page/index.html
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>

0 comments on commit eef17e4

Please sign in to comment.