19 lines
		
	
	
		
			972 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			972 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en" x-data>
 | |
| <head>
 | |
|     <meta charset="UTF-8">
 | |
|     <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | |
|     <title>Decentralized Internet</title>
 | |
|     <link rel="icon" type="image/svg+xml" href="/static/img/favicon.svg">
 | |
|     <link rel="preconnect" href="https://fonts.googleapis.com">
 | |
|     <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
 | |
|     <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;450;500;600&display=swap" rel="stylesheet">
 | |
|     <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
 | |
|     <link rel="stylesheet" href="/static/css/ourworld.css">
 | |
|     <link rel="stylesheet" href="/static/css/menu.css">
 | |
|     <link rel="stylesheet" href="/static/css/login.css">
 | |
|     <link rel="stylesheet" href="/static/css/faq.css">
 | |
|     <!-- Load Alpine.js from CDN -->
 | |
|     <script defer src="https://unpkg.com/alpinejs@3.13.3/dist/cdn.min.js"></script>
 | |
| </head>
 |