You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			21 lines
		
	
	
		
			723 B
		
	
	
	
		
			HTML
		
	
			
		
		
	
	
			21 lines
		
	
	
		
			723 B
		
	
	
	
		
			HTML
		
	
| {% load static %}
 | |
| 
 | |
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
| <head>
 | |
|     <meta charset="UTF-8">
 | |
|     <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | |
|     <title>Osina</title>
 | |
| 
 | |
|     <link rel="stylesheet" type="text/css" href='{% static "dist/output.css" %}'>
 | |
|     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
 | |
|     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
 | |
| </head>
 | |
| 
 | |
| <body class="font-poppinsLight">
 | |
|     <div id="hiddenContent">
 | |
|         <h1 class="text-secondosiblue text-2xl font-semibold text-center">You are only allowed to add a status on Desktop.</h1>
 | |
|     </div>
 | |
| </body>
 | |
| 
 | |
| </html> |