haketilo / html / display-panel.html @ b93f26bf
1 |
<!doctype html>
|
---|---|
2 |
<!--
|
3 |
Copyright (C) 2021 Wojtek Kosior
|
4 |
Redistribution terms are gathered in the `copyright' file.
|
5 |
-->
|
6 |
<html>
|
7 |
<head>
|
8 |
<meta charset="utf-8"/> |
9 |
<title>Myext popup</title> |
10 |
</head>
|
11 |
<body>
|
12 |
<button id="settings_but" type="button">Settings</button> |
13 |
<script src="/common/browser.js"></script> |
14 |
<script src="./display-panel.js"></script> |
15 |
</body>
|
16 |
</html>
|