haketilo / html / display-panel.html @ 261548ff
| 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>_POPUPSCRIPTS_ |
| 13 |
</body>
|
| 14 |
</html>
|