Skip to content

Commit

Permalink
nvm move it back
Browse files Browse the repository at this point in the history
  • Loading branch information
spessasus committed Jun 23, 2024
1 parent 788b100 commit 5f4e945
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/index.html → index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<meta name='keywords' content='midi, soundfont, sf2, synth, player, sf3, soundfont player, soundfont player online'>

<title>SpessaSynth SoundFont MIDI Player Online</title>
<link rel="stylesheet" href='../src/website/css/style.css'>
<link rel='icon' type='image/png' href='../src/website/favicon.ico'>
<link rel='manifest' href='../src/website/manifest.json'>
<link rel="stylesheet" href='src/website/css/style.css'>
<link rel='icon' type='image/png' href='src/website/favicon.ico'>
<link rel='manifest' href='src/website/manifest.json'>
<style>
#github_page{
color: yellowgreen;
Expand Down Expand Up @@ -61,6 +61,6 @@ <h1 id="title" translate-path='locale.demoTitleMessage'>SpessaSynth: Online Demo
</div>

<!-- here the magic happens ;) -->
<script type="module" src='../src/website/demo_main.js'></script>
<script type="module" src='src/website/demo_main.js'></script>
</body>
</html>

0 comments on commit 5f4e945

Please sign in to comment.