 5d8304bbd9
			
		
	
	5d8304bbd9
	
	
	
		
			
			Support user-navigable URLs at / as well as /auth/, allowing for a dedicated authentication site with pretty URLs.
		
			
				
	
	
		
			13 lines
		
	
	
		
			309 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			309 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
|   <head>
 | |
|     <meta charset="UTF-8">
 | |
|     <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | |
|     <title>Access Restricted</title>
 | |
|   </head>
 | |
|   <body>
 | |
|     <div id="app"></div>
 | |
|     <script type="module" src="/src/restricted/main.js"></script>
 | |
|   </body>
 | |
| </html>
 |