-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (22 loc) · 769 Bytes
/
index.html
File metadata and controls
26 lines (22 loc) · 769 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
26
<!doctype html>
<html lang="en">
<head>
<title>MuseScore API Docs</title>
<meta charset="utf-8">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
</head>
<body>
<div class="container">
<h1>MuseScore API Docs</h1>
<p class="lead">
Extensions are a way to extend the basic functionality and add new features to the application.
Here is the documentation on extensions and API
</p>
<ul>
<li><a href="snapshots/4.5/index.html">MuseScore 4.5</a></li>
<li><a href="snapshots/4.6/index.html">MuseScore 4.6</a></li>
<li><a href="snapshots/4.7/index.html">MuseScore 4.7</a></li>
</ul>
</div>
</body>
</html>