build clean, v0.1 firefox only, pre-test
This commit is contained in:
22
src/popup.html
Normal file
22
src/popup.html
Normal 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>
|
||||
Reference in New Issue
Block a user