diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-03-15 21:44:39 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-03-15 21:44:39 +0900 |
| commit | b933bed3b6bf8b51b2916c80533ed64afd27f653 (patch) | |
| tree | c024e1c05bf9be0e7beea70aeae03670fa773cde /frontend | |
| parent | 223891066ab3f727f2270e3674d93888405ca4d5 (diff) | |
| download | phperkaigi-2025-albatross-b933bed3b6bf8b51b2916c80533ed64afd27f653.tar.gz phperkaigi-2025-albatross-b933bed3b6bf8b51b2916c80533ed64afd27f653.tar.zst phperkaigi-2025-albatross-b933bed3b6bf8b51b2916c80533ed64afd27f653.zip | |
feat(frontend): add PHPer token
Diffstat (limited to 'frontend')
| -rw-r--r-- | frontend/app/root.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/app/root.tsx b/frontend/app/root.tsx index 5721a2b..f1b5c54 100644 --- a/frontend/app/root.tsx +++ b/frontend/app/root.tsx @@ -24,6 +24,7 @@ export function Layout({ children }: { children: React.ReactNode }) { {children} <ScrollRestoration /> <Scripts /> + <script>console.log(`#Albatross!`)</script> </body> </html> ); |
