mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-23 17:52:52 +02:00
17 lines
313 B
HTML
17 lines
313 B
HTML
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<link rel="stylesheet" href="choose_action.css"/>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="action">highlight-para</div>
|
|
<div class="action">show-foo</div>
|
|
<div class="action">call-confirm</div>
|
|
<script src="choose_action.js"></script>
|
|
</body>
|
|
|
|
</html>
|