-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 858 Bytes
/
index.html
File metadata and controls
25 lines (25 loc) · 858 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>Sharp11 Client</title>
<link href="https://julianrosenblum.com/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div class="container">
<div class="row">
<div class="col-md-12">
<h1>Sharp11 <small>by <a href="https://julianrosenblum.com/">Julian Rosenblum</a></small></h1>
</div>
</div>
<div class="row">
<div class="col-md-12">
<p>Sharp11 is a music theory multitool with a jazz focus. Developers are encouraged to check out the <a href="https://github.com/jsrmath/sharp11">Sharp11 API</a> upon which this web app is built.</p>
</div>
</div>
<div id="content">Loading...</div>
</div>
<script type="text/javascript" src="bundle.js"></script>
</body>
</html>