aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
blob: 2964d79bf7af29a87293c748c950844b56b99833 (plain)
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
<!doctype html>
<html lang="en">
<head>
	<meta charset="utf-8">
	<title>DomeKey</title>
	<meta name="description" content="">

	<meta name="viewport" content="width=device-width">

	<link rel="stylesheet" href="assets/styles.css" />
</head>
<body>
	<header>
		<h1>DomeKey</h1>
		<img src="assets/logo.svg" alt="DomeKey" />
	</header>

	<div class="content">
		<h2>Install</h2>
		<div class="code code-block">
			<span class="color-murky-pond">$</span> brew install teddywing/DomeKey/dome-key
		</div>


		DomeKey lets you customise headphone buttons 
	</div>
</body>
</html>