mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 14:28:33 +02:00
17 lines
202 B
HTML
17 lines
202 B
HTML
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div>Redirect URL: <span id="redirect-url"></span></div>
|
|
|
|
<script src="options.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|