Move song page to a request for faster loading

Updated some info
This commit is contained in:
Michał Gdula 2023-02-26 19:24:11 +00:00
parent 70ded2c95e
commit 3613f90fa5
7 changed files with 285 additions and 97 deletions

View file

@ -19,5 +19,5 @@
-->
</div>
<img src="{{url_for('static', filename='images/ny.png')}}" style="opacity:0" onload="fadeOnLoad(this)">
<img src="{{url_for('static', filename='images/ny.png')}}">
{% endblock %}