fairlanguage-firefox/popup/buttonmenu.html

16 lines
233 B
HTML
Raw Normal View History

2018-10-10 01:22:14 +02:00
<!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>