Bare example from mdn/webextensions-examples
This commit is contained in:
12
addon/popup/popup.html
Normal file
12
addon/popup/popup.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<!-- <link rel="stylesheet" href="style.css"> -->
|
||||
</head>
|
||||
<body>
|
||||
<h1>Notice Me Senpai</h1>
|
||||
<p>Your AI Job Application Assistant is ready to help!</p>
|
||||
<script src="popup.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user