feat: add guestbook with rate limiting (#6)
* Re-add guestbook w/ rate limiting * Add guestbook to navbar
This commit is contained in:
		
					parent
					
						
							
								1b267f6102
							
						
					
				
			
			
				commit
				
					
						8482a98ca6
					
				
			
		
					 12 changed files with 329 additions and 91 deletions
				
			
		
							
								
								
									
										11
									
								
								public/css/minimal.css
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								public/css/minimal.css
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,11 @@
 | 
			
		|||
html {
 | 
			
		||||
    color-scheme: dark;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
body {
 | 
			
		||||
    font-family: sans-serif;
 | 
			
		||||
    margin: 0px;
 | 
			
		||||
    margin-left: 10px;
 | 
			
		||||
    color: #ddd;
 | 
			
		||||
    background-color: #333;
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue