-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (31 loc) · 1.43 KB
/
Copy pathindex.html
File metadata and controls
31 lines (31 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#0b0d12" />
<link rel="stylesheet" href="/src/styles.css" />
<title>Broken Screen for Mac</title>
<script type="module" src="/src/main.ts" defer></script>
</head>
<body>
<main class="shell">
<header>
<div class="mark" role="img" aria-label="Broken Screen cracked display icon"></div>
<div class="brand"><h1>Broken Screen <small>for Mac</small></h1><p class="subtitle" id="test-copy">Your Mac still works. Make macOS forget the broken screen.</p></div>
<button id="test-disconnect" class="power-button" type="button" disabled aria-pressed="false">
<span class="power-dot"></span><span id="power-label">OFF</span>
</button>
</header>
<section class="panel" aria-live="polite">
<div class="panel-title"><h3>Connected displays</h3><button id="refresh" type="button">Refresh</button></div>
<div id="display-list" class="display-list"></div>
</section>
<label class="login-setting">
<div><strong>Launch at login</strong><span>Start quietly in the menu bar.</span></div>
<input id="launch-at-login" type="checkbox" />
</label>
<footer><span id="phase">SEARCH & BE FOUND</span><span id="platform">macOS</span></footer>
</main>
</body>
</html>