initialization

This commit is contained in:
2021-04-23 12:15:32 +08:00
parent 212c010853
commit dc68d2a9f1
10 changed files with 53 additions and 0 deletions

13
popup.html Normal file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="button.css">
</head>
<body>
<button id="store">Store</button>
<button id="restore">Restore</button>
<button id="clear">Clear</button>
<script src="popup.js"></script>
</body>
</html>