Warning: session_start(): open(/var/lib/php/sessions/sess_55flsp73o6h1a58r3up0ouoppk, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
!7
html {
new Matches m;
if (swic(uri, "/artist/", m)) ret "Artist page for " + htmlencode(urldecode(m.rest()));
if (swic(uri, "/song/", m))
ret "Song page for " + htmlencode(urldecode(m.rest()))
+ soundcloudEmbed("194090074", eq("1", params.get("autoplay")));
if (eqic(uri, "/contact")) ret "Contact page";
// home page
if (eq(uri, "/"))
ret h1_title("Future Roots Records")
+ h3("Artists")
+ ul_noEncode(map(func(S artist) -> S {
ahref(myLink("/artist/" + urlencode(artist)), htmlencode(artist))
}, mechList("Randall | Artist names")));
ret subBot_serve404();
}