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