47 lines
1.3 KiB
HTML
47 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=1920, initial-scale=1" />
|
|
<title>__TITLE__</title>
|
|
<link rel="stylesheet" href="style.css" />
|
|
</head>
|
|
<body>
|
|
<div class="screen">
|
|
<header class="header">
|
|
<div>
|
|
<h1>__TITLE__</h1>
|
|
<p class="subtitle">Stops the LG firmware update popup on rooted webOS TVs</p>
|
|
</div>
|
|
<div class="badges">
|
|
<span id="badge-root" class="badge badge-unknown">checking root…</span>
|
|
<span id="badge-version" class="badge">v__VERSION__</span>
|
|
</div>
|
|
</header>
|
|
|
|
<div class="columns">
|
|
<main class="panel">
|
|
<h2>Protection layers</h2>
|
|
<div id="toggles" class="toggles"></div>
|
|
<h2>Actions</h2>
|
|
<div id="actions" class="actions"></div>
|
|
</main>
|
|
|
|
<aside class="panel">
|
|
<h2>Status</h2>
|
|
<dl id="status" class="status"></dl>
|
|
<h2>Log</h2>
|
|
<pre id="log" class="log"></pre>
|
|
</aside>
|
|
</div>
|
|
|
|
<footer class="footer">
|
|
<span>▲▼ move · OK select · BACK exit</span>
|
|
<span id="hint"></span>
|
|
</footer>
|
|
</div>
|
|
|
|
<script src="index.js"></script>
|
|
</body>
|
|
</html>
|