Skip to content

Commit

Permalink
feat: add initial page
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasmafra committed Feb 4, 2024
1 parent fb6614d commit 874ae0f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<title>Music Explorer</title>
</head>
<body>
<ul>
<li><a href="./scale">Escalas</a></li>
<li><a href="./piano">Piano</a></li>
</ul>
</body>
</html>

0 comments on commit 874ae0f

Please sign in to comment.