spotifytobandcamp/static/index.html

31 lines
1 KiB
HTML
Raw Normal View History

2021-08-28 14:08:54 +00:00
<!DOCTYPE html>
<head>
<link rel="stylesheet" href="/css/style.css">
</head>
<html>
<body>
<h1>Spotify To Bandcamp</h1>
<p>Recherche dans une playlist les artistes se trouvant aussi sur Bandcamp !</p>
<hr />
<a href="/spotify">SE CONNECTER À SPOTIFY ICI</a>
2021-08-28 14:08:54 +00:00
<div>
<form action="/back" method="post">
2021-08-31 16:42:21 +00:00
<label>Saisir lID de la playlist (sans lurl): <input name="id" type="text" required /></label> <br />
2021-08-28 14:08:54 +00:00
<label for="type-id">Choississez un type dID:</label>
<select name="type-id" id="type-id">
<option value="playlist">Playlist</option>
</select>
<br />
<input type="submit" value="Envoyer" />
</form>
</div>
<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-28 14:08:54 +00:00
</body>
<html>