-
Notifications
You must be signed in to change notification settings - Fork 3
How to upload a song
This is a visual music sheets site with songs shared by fans.
Github link: https://github.com/sky-music/sky-music.github.io
All the HTML files for the songs are located in the songs
folder.
Go to the songs folder: https://github.com/sky-music/sky-music.github.io/tree/master/songs and click Upload files
If you can, try to rename the file to replace spaces with dashes.
You can click the ✏️ icon to edit the file.
You can add this under the <body>
tag of your song page, to put a logo and link to go back home.
<table id="navigation">
<tr>
<td>
<a href="../index.html"><img src="../assets/images/sky-music-logo-sheets.png" width="100" height="100" /></a>
</td>
<td>
<h1><a href="../index.html">Sky Music</a></h1>
</td>
</tr>
</table>
../
means back to root folder.
index.md
is the home page for websites.
You can edit this code, and add it in a new line under the other songs to link your song.
<li> <a href="./songs/SONGNAME.html"> SONGNAME </a> </li>
And you're done! ✨
Visit the site to see if your changes made it through: https://sky-music.github.io