build clean, v0.1 firefox only, pre-test

This commit is contained in:
2026-08-10 14:29:54 -03:00
parent 42638eaaf9
commit d01238a9f1
11 changed files with 1061 additions and 3 deletions

22
src/popup.html Normal file
View File

@@ -0,0 +1,22 @@
<!--
* (C)opyright 2026 by Ruben Carlo Benante <rcb@beco.cc>
* Licensed under the GNU General Public License v3.0 or later.
* See https://www.gnu.org/licenses/ and the LICENSE file.
-->
<!doctype html>
<html lang="pt-BR">
<head>
<meta charset="utf-8" />
<title>logsdu</title>
<link rel="stylesheet" href="ui.css" />
</head>
<body class="popup">
<p class="state" id="state">...</p>
<p class="hint" id="detail"></p>
<div class="row">
<button id="fill" type="button" disabled>Preencher agora</button>
<button id="options" type="button" class="ghost">Configurar</button>
</div>
<script src="popup.js"></script>
</body>
</html>