13 lines
274 B
HTML
13 lines
274 B
HTML
<!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> |