Saving user to localstorage

This commit is contained in:
2026-01-03 00:44:49 +02:00
parent 927a6ccd80
commit 2c021db505
5 changed files with 21 additions and 3 deletions
+1
View File
@@ -12,6 +12,7 @@ const {title} = Astro.props
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="generator" content={Astro.generator} />
<title>Subtle Storm</title>
<script src="../components/scripts/user_store.js"></script>
</head>
<body>
<h1>{title}</h1>