refactor: use feudecamp with the views

This commit is contained in:
rick 2021-09-12 00:45:34 +02:00
parent a60f92d762
commit a69da12bf8
Signed by: Rick
GPG key ID: 2B593F087240EE99

View file

@ -9,6 +9,9 @@
<p>Recherche dans une playlist les artistes se trouvant aussi sur Bandcamp !</p>
<hr />
{{ if .error }}
{{ else }}
<div id="inf-loader">
<div id="loader"></div>
<p>La playlist est en cours de traitement [<span id="nb-fait">0</span>/<span id="nb-total">0</span>]…</p>
@ -45,11 +48,15 @@
</tr>
</table>
</div>
{{ end }}
<hr />
<footer>
<img src="https://www.gnu.org/graphics/gplv3-or-later-sm.png" alt="logo GPL3" *>
<p>Ce site est en aucun cas affilié avec Bandcamp ou Spotify.</p>
</footer>
</body>
{{ if not .error }}
<script src="/script.js"></script>
{{ end }}
<html>