kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
				
				
				
			
		
			
				
	
	
		
			26 wiersze
		
	
	
		
			971 B
		
	
	
	
		
			HTML
		
	
	
			
		
		
	
	
			26 wiersze
		
	
	
		
			971 B
		
	
	
	
		
			HTML
		
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
|   <head>
 | |
|     <meta charset="utf-8">
 | |
|     <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover, user-scalable=no">
 | |
|     <meta name="mobile-web-app-capable" content="yes">
 | |
|     <meta name="apple-mobile-web-app-capable" content="yes">
 | |
|     <meta http-equiv="content-security-policy" content="<%- csp %>">
 | |
|     <link href="/manifest.webmanifest" rel="manifest">
 | |
|     <!--server-generated-meta-->
 | |
|     <script type="module" src="./src/main.tsx"></script>
 | |
|     <%- snippets %>
 | |
|   </head>
 | |
|   <body class="theme-mode-light no-reduce-motion">
 | |
|     <div id="soapbox" class="h-full">
 | |
|       <div class="loading-indicator-wrapper">
 | |
|         <div class="loading-indicator">
 | |
|           <div class="loading-indicator__container">
 | |
|             <div class="loading-indicator__figure"></div>
 | |
|           </div>
 | |
|         </div>
 | |
|       </div>
 | |
|     </div>
 | |
|     <noscript>To use this website, please enable JavaScript.</noscript>
 | |
|   </body>
 | |
| </html> |