Begin Scrobbles view

This commit is contained in:
mitteneer 2025-02-25 16:58:39 -05:00
parent 1809a12a8c
commit 692320a1d2
4 changed files with 15 additions and 11 deletions

View file

@ -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>