39 lines
1.5 KiB
Text
39 lines
1.5 KiB
Text
<!doctype html>
|
|
<html lang="">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<title>Match Audio</title>
|
|
<meta name="description" content="">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<link href='//fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'>
|
|
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
|
|
<link rel="stylesheet" href="/stylesheets/style.css">
|
|
</head>
|
|
<body class="home">
|
|
<header>
|
|
<h1><a href="/">match<span class="audio-lighten">.audio</span></a></h1>
|
|
</header>
|
|
<div class="container">
|
|
<div class="row share-form">
|
|
<div class="col-md-6 col-md-offset-3">
|
|
<%= error %>
|
|
<form role="form" method="post" action="/search" class="form-inline">
|
|
<div class="form-group form-group-lg">
|
|
<input type="text" name="url" placeholder="Paste link here" class="form-control">
|
|
</div>
|
|
<input type="submit" class="btn btn-default btn-lg" value="Share Music">
|
|
</form>
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col-md-6 col-md-offset-3">
|
|
<p>Make sharing music from subscription services better.
|
|
We match links from Rdio, Spotify and Google Music and give you back a link with all of them.
|
|
<a href="/google/album/B3qrtsvk5s3piwyla76sk6qyxny">Here's an example</a>.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|