|
|
@@ -3,8 +3,13 @@ |
|
|
<head> |
|
|
<head> |
|
|
<title>crux.sexy</title> |
|
|
<title>crux.sexy</title> |
|
|
<link rel="stylesheet" type="text/css" href="sexy.css"> |
|
|
<link rel="stylesheet" type="text/css" href="sexy.css"> |
|
|
|
|
|
<script> |
|
|
|
|
|
document.addEventListener("DOMContentLoaded", function(){ |
|
|
|
|
|
document.querySelector(".preload").classList.remove("preload"); |
|
|
|
|
|
}); |
|
|
|
|
|
</script> |
|
|
</head> |
|
|
</head> |
|
|
<body class={{"nightly" if nightly else ""}}> |
|
|
|
|
|
|
|
|
<body class={{"nightly preload" if nightly else "preload"}}> |
|
|
<div class="title"> |
|
|
<div class="title"> |
|
|
{{"unstable builds!" if nightly else ""}} |
|
|
{{"unstable builds!" if nightly else ""}} |
|
|
</div> |
|
|
</div> |
|
|
|