mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 06:18:35 +02:00
15 lines
244 B
HTML
15 lines
244 B
HTML
<!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> |