Adding clear-storage helper button
This commit is contained in:
parent
8c3237e0db
commit
eef4daf8ec
3 changed files with 13 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue