localstorage

This commit is contained in:
Andrea Bianchi
2026-05-12 19:41:49 +09:00
parent f63f652f76
commit 827de7467d
2 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<script src='https://cdnjs.cloudflare.com/ajax/libs/p5.js/2.0.5/p5.min.js'
integrity='sha512-jOTg6ikYiHx1LvbSOucnvZi4shXbaovZ91+rfViIiUFLgAJK+k1oQtGEaLvDB8rsZwEfUksTgmhrxdvEDykuzQ=='
crossorigin='anonymous'></script>
<meta charset="utf-8" />
</head>
<script defer src="files.js"></script>
<body></body>
</html>