23 lines
652 B
HTML
23 lines
652 B
HTML
<!--
|
|
* (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>
|