aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-03-15 21:44:39 +0900
committernsfisis <nsfisis@gmail.com>2025-03-15 21:44:39 +0900
commitb933bed3b6bf8b51b2916c80533ed64afd27f653 (patch)
treec024e1c05bf9be0e7beea70aeae03670fa773cde
parent223891066ab3f727f2270e3674d93888405ca4d5 (diff)
downloadphperkaigi-2025-albatross-b933bed3b6bf8b51b2916c80533ed64afd27f653.tar.gz
phperkaigi-2025-albatross-b933bed3b6bf8b51b2916c80533ed64afd27f653.tar.zst
phperkaigi-2025-albatross-b933bed3b6bf8b51b2916c80533ed64afd27f653.zip
feat(frontend): add PHPer token
-rw-r--r--frontend/app/root.tsx1
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>
);