Slight restyling of homepage
This commit is contained in:
parent
ff698cff14
commit
e49a20d52c
3 changed files with 17 additions and 8 deletions
|
@ -6,10 +6,6 @@
|
|||
|
||||
<div class="row share-form">
|
||||
<div class="col-md-6 col-md-offset-3">
|
||||
<% if (error.length > 0) { %>
|
||||
<p class="alert alert-danger"><%= error %></p>
|
||||
<% } %>
|
||||
|
||||
<form role="form" method="post" action="/search">
|
||||
<div class="input-group input-group-lg">
|
||||
<input type="text" name="url" placeholder="Paste link here" class="form-control" autofocus>
|
||||
|
@ -18,10 +14,13 @@
|
|||
</span>
|
||||
</div>
|
||||
</form>
|
||||
<% if (error.length > 0) { %>
|
||||
<p class="alert alert-danger"><%= error %></p>
|
||||
<% } %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="row blurb">
|
||||
<div class="col-md-6 col-md-offset-3">
|
||||
<p>Make sharing from music services better.
|
||||
We match album and track links from Rdio, Spotify, Deezer, Beats Music, Google Music and iTunes and give you back a link with all of them.</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue