mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2025-10-07 07:22:37 +02:00
12 lines
330 B
HTML
12 lines
330 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Options</title>
|
|
<link rel="stylesheet" href="css/options.css" />
|
|
</head>
|
|
|
|
<body><script type="text/javascript" src="js/options.bundle.js"></script></body>
|
|
</html>
|