Files
Anki/public/root.html
Bel LaPointe 365a857e2a sessionid
2023-04-07 12:28:36 -06:00

23 lines
438 B
HTML

<!DOCTYPE html>
<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}}
</body>
<footer>
</footer>
</html>