Skip to content

Commit d470772

Browse files
committed
moved snapshots to here
1 parent 4700ae6 commit d470772

80 files changed

Lines changed: 17035 additions & 5 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

index.html

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
1-
<!DOCTYPE HTML>
2-
<html lang="en-US">
3-
<head>
4-
<meta http-equiv="refresh" content="0; url=https://musescore.github.io/MuseScore">
5-
</head>
1+
2+
<!doctype html>
3+
<html lang="en">
4+
<head>
5+
<title>MuseScore API Docs</title>
6+
<meta charset="utf-8">
7+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
8+
</head>
9+
<body>
10+
<div class="container">
11+
12+
<h1>MuseScore API Docs</h1>
13+
<p class="lead">
14+
Extensions are a way to extend the basic functionality and add new features to the application.
15+
Here is the documentation on extensions and API
16+
</p>
17+
18+
<ul>
19+
<li><a href="snapshots/4.5/index.html">MuseScore 4.5</a></li>
20+
<li><a href="snapshots/4.6/index.html">MuseScore 4.6</a></li>
21+
</ul>
22+
23+
</div>
24+
</body>
625
</html>

0 commit comments

Comments
 (0)