Added button action menu
This commit is contained in:
parent
ac71dcc580
commit
0b15c878c7
4 changed files with 38 additions and 6 deletions
15
popup/buttonmenu.html
Normal file
15
popup/buttonmenu.html
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Test action</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Fairlanguage</h1>
|
||||
<p>Meow meow.</p>
|
||||
|
||||
<button id="activateButton">Activate on this page</button>
|
||||
|
||||
<script src="buttonmenu.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue