Adding clear-storage helper button

This commit is contained in:
Dustin Swan 2026-02-06 23:39:36 -07:00
parent 8c3237e0db
commit eef4daf8ec
No known key found for this signature in database
GPG key ID: 30D46587E2100467
3 changed files with 13 additions and 2 deletions

View file

@ -23,11 +23,17 @@ canvas {
width: 100%;
height: 100%;
}
#clear-storage {
position: absolute;
top: 0; right: 0;
}
</style>
</head>
<body>
<div id="app"></div>
<button id="clear-storage">Clear Storage</button>
<script type="module" src="/src/main.ts"></script>
</body>
</html>