mirror of
https://git.maid.zone/stuff/soundcloak.git
synced 2025-12-30 07:29:37 +05:00
36 lines
1.1 KiB
HTML
36 lines
1.1 KiB
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>
|
|
<link rel="stylesheet" href="global.css">
|
|
</head>
|
|
|
|
<body>
|
|
<h1 id="sc">soundcloak</h1>
|
|
<form action="/search">
|
|
<div style="display: flex; gap: .5rem;">
|
|
<input name="q" type="text" style="padding: .5rem .6rem; flex-grow: 1;">
|
|
|
|
<select name="type">
|
|
<option value="tracks">Tracks</option>
|
|
<option value="users">Users</option>
|
|
<option value="playlists">Playlists</option>
|
|
</select>
|
|
</div>
|
|
|
|
<input type="submit" value="Search" class="btn" style="width: 100%; margin-top: .5rem;">
|
|
</form>
|
|
<footer>
|
|
<a class="btn" href="/_/featured">Featured Tracks</a>
|
|
<a class="btn" href="/discover">Discover Playlists</a>
|
|
<a class="btn" href="/_/preferences">Preferences</a>
|
|
|
|
<a class="btn" href="https://github.com/maid-zone/soundcloak">Source code</a>
|
|
<a class="btn" href="/notice.txt">Legal notice</a>
|
|
</footer>
|
|
</body>
|
|
|
|
</html> |