Skip to content

Commit e7e846b

Browse files
committed
added GitHub Pages blank
0 parents  commit e7e846b

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

apidocs_4.5/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Home - Documentation</title>
6+
</head>
7+
<body>
8+
9+
API docs 4.5
10+
11+
</body>
12+
</html>

index.html

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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+
la-la-fa
15+
</p>
16+
17+
<ul>
18+
<li><a href="apidocs_4.5">MuseScore 4.5</a></li>
19+
</ul>
20+
21+
</div>
22+
</body>
23+
</html>

0 commit comments

Comments
 (0)