mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 14:28:33 +02:00
15 lines
277 B
HTML
15 lines
277 B
HTML
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<link rel="stylesheet" href="switcher.css"/>
|
|
</head>
|
|
<body>
|
|
<p>Choose a Firefox theme:</p>
|
|
<select name="theme" id="theme-list">
|
|
</select>
|
|
<script src="switcher.js"></script>
|
|
</body>
|
|
</html>
|