mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-23 01:32:51 +02:00
create working extension with eslint configured locally
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Pop-up</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1 id="title">Example.com</h1>
|
||||
|
||||
<div id="display"></div>
|
||||
|
||||
<script src="file.js"></script>
|
||||
<script src="main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user