Backend for songs.zachdecook.com
1
2
3
4
$(document).ready( function(){
	document.title = $("pre").text().split("\n")[0];
});