2025-03-21 17:23:54 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html id="ubol-zapper">
|
|
|
|
|
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<meta name="color-scheme" content="light dark">
|
|
|
|
|
<title>uBO Lite Zapper</title>
|
|
|
|
|
<link rel="stylesheet" href="/css/default.css">
|
2025-07-06 20:43:22 +00:00
|
|
|
<link rel="stylesheet" href="/css/tool-overlay-ui.css">
|
2025-03-21 17:23:54 +00:00
|
|
|
<link rel="stylesheet" href="/css/zapper-ui.css">
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
2025-03-31 21:43:51 +00:00
|
|
|
<aside>
|
2025-03-21 17:23:54 +00:00
|
|
|
<div id="quit" data-i18n-title="zapperTipQuit">
|
|
|
|
|
<svg viewBox="0 0 64 64"><path d="M16 16L48 48M16 48L48 16" /></svg>
|
|
|
|
|
</div>
|
2025-05-14 14:02:37 +00:00
|
|
|
<div id="pick">
|
|
|
|
|
<svg viewBox="0 0 64 64">
|
|
|
|
|
<path d="M10 32L54 32M32 10L32 54" />
|
|
|
|
|
<circle cx="32" cy="32" r="12" />
|
|
|
|
|
</svg>
|
|
|
|
|
</div>
|
2025-03-21 17:23:54 +00:00
|
|
|
</aside>
|
2025-07-06 20:43:22 +00:00
|
|
|
<svg id="overlay"><path d></path><path d="M0 0"></path></svg>
|
2025-03-21 17:23:54 +00:00
|
|
|
|
|
|
|
|
<script src="js/theme.js" type="module"></script>
|
|
|
|
|
<script src="js/i18n.js" type="module"></script>
|
2025-05-14 14:02:37 +00:00
|
|
|
<script src="js/zapper-ui.js" type="module"></script>
|
2025-03-21 17:23:54 +00:00
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|