initialization
This commit is contained in:
13
popup.html
Normal file
13
popup.html
Normal 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>
|
||||
Reference in New Issue
Block a user