2021-08-29 21:12:17 +02:00
<!DOCTYPE html>
< head >
< link rel = "stylesheet" href = "/css/style.css" >
2021-08-31 18:58:29 +02:00
< link rel = "stylesheet" href = "/css/loader.css" >
2021-08-29 21:12:17 +02:00
< / head >
< html >
< body >
< h1 > Spotify To Bandcamp< / h1 >
< p > Recherche dans une playlist les artistes se trouvant aussi sur Bandcamp !< / p >
< hr / >
2021-08-31 18:39:56 +02:00
< div id = "inf-loader" >
< div id = "loader" > < / div >
2021-08-31 18:58:29 +02:00
< p > La playlist est en cours de traitement [< span id = "nb-fait" > 0< / span > /< span id = "nb-total" > 0< / span > ]…< / p >
< p > < a href = "https://codepen.io/brunjo/pen/bNEWjV" > Code Source du loader< / a > sous < a href = "https://blog.codepen.io/documentation/licensing/" > licence MIT< / a > .< / p >
2021-08-31 18:39:56 +02:00
< / div >
2021-09-01 00:34:07 +02:00
< div >
2021-09-01 16:00:07 +02:00
< h2 > Albums trouvés< / h2 >
< table id = "found" >
2021-09-01 00:34:07 +02:00
< tr >
< th > Artiste< / th >
< th > Album< / th >
< th > Spotify< / th >
< th > Bandcamp< / th >
< / tr >
< / table >
2021-09-01 16:00:07 +02:00
< h2 > Artistes trouvés< / h2 >
< table id = "artist-found" >
< tr >
< th > Artiste< / th >
< th > Album< / th >
< th > Spotify< / th >
< th > Bandcamp< / th >
< / tr >
< / table >
< h2 > Artistes non trouvés< / h2 >
< table id = "notfound" >
< tr >
< th > Artiste< / th >
< th > Album< / th >
< th > Spotify< / th >
< / tr >
< / table >
2021-08-29 21:12:17 +02:00
< / div >
2021-09-01 01:33:49 +02:00
< 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 >
2021-08-29 21:12:17 +02:00
< / body >
2021-09-01 16:00:07 +02:00
< script src = "/script.js" > < / script >
2021-08-29 21:12:17 +02:00
< html >