sessionid

This commit is contained in:
Bel LaPointe
2023-04-07 12:28:36 -06:00
parent 40d5740817
commit 365a857e2a

View File

@@ -2,6 +2,17 @@
<html>
<header>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/dark.css">
<script>
let session = Number(
Date.
now().
toString().
split("").
reverse().
join("")
).toString(36);
console.log("session", session);
</script>
</header>
<body>
{{USER}}