for faster load times, and seamless updates. because for some reason ServeDir can't do it correctly, and it tells the client "yeah hey nothing changed" even if something changed
		
			
				
	
	
		
			17 lines
		
	
	
	
		
			360 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
	
		
			360 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
 | 
						|
<html>
 | 
						|
    <head>
 | 
						|
        <meta charset="UTF-8">
 | 
						|
 | 
						|
        <title>404 Not Found</title>
 | 
						|
    </head>
 | 
						|
 | 
						|
    <body>
 | 
						|
        <h1>404 Not Found</h1>
 | 
						|
        <p>It appears the thing you're looking for doesn't exist.</p>
 | 
						|
        <p><a href="/">Back to rakugaki</a></p>
 | 
						|
    </body>
 | 
						|
</html>
 | 
						|
 | 
						|
<!-- This page could really be prettier, don't you think? -->
 |