mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 22:38:31 +02:00
12 lines
209 B
HTML
Executable File
12 lines
209 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<link rel="stylesheet" href="popup.css"/>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script src="dist/popup.js"></script>
|
|
</body>
|
|
</html>
|