spotifytobandcamp/static/index.html

24 lines
776 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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 />
<div>
<form action="/back" method="post">
<label>Saisir lID de la playlist (sans lurl): <input name="id" type="text" required /></label> <br />
<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>
</body>
<html>