%
/* given on compile time */
var build_target;
var initial_script;
var initial_css;
%>
<%# TODO: Put in an appropirate image %>
<%# Using an absolute path here since the manifest.json works only with such. %>
<% if(build_target === "client") { %>
TeaClient
<% } else { %>
TeaSpeak-Web
<%# %>
<% } %>
<%#
We don't need to put any properties down here.
But this tag is here to not brick the settings class.
But it will be removed quite soonly as soon this class has been fixed
%>
<%# We're preloading the PNG file by default since most browser have APNG support %>
<%# We don't preload the bowl since it's only a div background %>
<%- initial_css %>