mirror of
https://git.maid.zone/stuff/soundcloak.git
synced 2026-01-08 20:09:38 +05:00
21 lines
538 B
HTML
21 lines
538 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>soundcloak</title>
|
|
</head>
|
|
<body>
|
|
<form action="/search">
|
|
<input name="q" type="text">
|
|
|
|
<select name="type">
|
|
<option value="tracks">Tracks</option>
|
|
<option value="users">Users</option>
|
|
<option value="playlists">Playlists</option>
|
|
</select>
|
|
|
|
<input type="submit" value="Search">
|
|
</form>
|
|
</body>
|
|
</html> |