<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">var sys_path = $("script[sys-path]").attr("sys-path");
sys_path += "?tt=" + Math.random();

var path = $("script[site-path]").attr("site-path");
path += "?tt=" + Math.random();
document.write("&lt;link type='text/css' rel=\"stylesheet\" href='" + sys_path + "'&gt;")
document.write("&lt;link type='text/css' rel=\"stylesheet\" href='" + path + "'&gt;")

</pre></body></html>