diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 22 | 
1 files changed, 22 insertions, 0 deletions
| diff --git a/index.html b/index.html new file mode 100644 index 0000000..03efc45 --- /dev/null +++ b/index.html @@ -0,0 +1,22 @@ +<!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"> +		DomeKey lets you customise headphone buttons  +	</div> +</body> +</html> | 
