-
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
1b99fc2
commit 9f3504b
Showing
4 changed files
with
12 additions
and
3 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.
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
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
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,8 @@ | ||
<!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.11.3"><title>Search | Astro + TS + TailwindCSS</title> | ||
<style> | ||
:root { | ||
--externalIconUrl: url(/astro-ts-tw-hello/images/external-link.svg); | ||
} | ||
</style> | ||
<link rel="stylesheet" href="/astro-ts-tw-hello/_astro/index.F3YmQDVB.css"><script type="module">const e=new URLSearchParams(window.location.search),a=Object.fromEntries(e.entries());console.log("URLSearchParams",a);const r=document.querySelector("div#search-params");r&&(r.innerHTML=JSON.stringify(a,null,2)); | ||
</script></head> <body> <div class="grid h-screen place-items-center content-center space-y-4"> <p>This page shows how to read the URL search parameters</p> <div class="flex flex-col items-center space-y-4"> <div class="font-bold">URLSearchParams:</div> <div id="search-params" class="font-mono text-sm">N/A</div> </div> <a href="/astro-ts-tw-hello/" rel="prefetch" class="p-4 underline transition-colors duration-200 ease-in-out hover:text-purple-500" data-astro-cid-mbqdmgin> Go home </a> </div> </body></html> |