Begin Scrobbles view
This commit is contained in:
parent
1809a12a8c
commit
692320a1d2
4 changed files with 15 additions and 11 deletions
|
|
@ -1,8 +1,16 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
</head>
|
||||
<body>
|
||||
@partial partials/header
|
||||
<div>
|
||||
<span>Content goes here</span>
|
||||
<span>Look for an artist</span>
|
||||
</div>
|
||||
<form action="/scrobbles" method"GET">
|
||||
<label>Filename</label>
|
||||
<input type="text" name="ar" />
|
||||
<input type="submit" value="Submit" />
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue