42 lines
1.2 KiB
Plaintext
42 lines
1.2 KiB
Plaintext
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>wakey • home_2</title>
|
|
<link rel="stylesheet" href="/home_2.css" />
|
|
<script type="module" src="/home_2.js" defer></script>
|
|
</head>
|
|
<body>
|
|
<div class="wrap">
|
|
<header>
|
|
<h1>home_2 <span class="muted">A/B test page</span></h1>
|
|
<span id="status-pill" class="pill warn">unknown</span>
|
|
</header>
|
|
|
|
<div class="row">
|
|
<input
|
|
id="name"
|
|
type="text"
|
|
placeholder="target name e.g. lda.lan"
|
|
spellcheck="false"
|
|
/>
|
|
<button id="check" class="secondary">Check</button>
|
|
<button id="wake">Wake</button>
|
|
</div>
|
|
<div class="row muted" style="gap: 16px">
|
|
<span
|
|
>Uses query (?name=...) to view its status.<!-- and header (X-Target-Name) so either extractor
|
|
path works. --></span
|
|
>
|
|
<a id="permalink" href="#">permalink</a>
|
|
</div>
|
|
|
|
<section id="out" class="card">
|
|
<pre id="log">ready.</pre>
|
|
<div id="html"></div>
|
|
</section>
|
|
</div>
|
|
</body>
|
|
</html>
|