14 lines
		
	
	
		
			552 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			552 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <meta charset="utf-8">
 | |
| <title>Simple Cloud Notifications</title>
 | |
| 
 | |
| <link rel="stylesheet" href="/css/toastify.min.css"/>
 | |
| <link rel="stylesheet" href="/css/mini-default.min.css">            <!-- https://minicss.org/ -->
 | |
| <link rel="stylesheet" href="/css/style.css">
 | |
| 
 | |
| <link rel="stylesheet" href="/css/mini-dark.min.css">
 | |
| <link rel="stylesheet" href="/css/style-dark.css">
 | |
| 
 | |
| 
 | |
| <meta name="viewport" content="width=device-width, initial-scale=1">
 | |
| <link rel="icon" type="image/png" href="/favicon.png"/>
 | |
| <link rel="icon" type="image/png" href="/favicon.ico"/> |