mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2025-10-31 12:42:07 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			30 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html style="background: #0f0f0f" lang="en" >
 | |
|     <head>
 | |
|         <meta charset="utf-8" />
 | |
|         <meta http-equiv="X-UA-Compatible" content="IE=edge" />
 | |
|         <meta name="viewport" content="width=device-width,initial-scale=1.0" />
 | |
|         <link rel="icon" href="/favicon.ico" />
 | |
|         <link title="Piped" type="application/opensearchdescription+xml" rel="search" href="/opensearch.xml" />
 | |
|         <title>Piped</title>
 | |
|         <meta name="theme-color" content="#0f0f0f">
 | |
|         <meta property="og:title" content="Piped" />
 | |
|         <meta property="og:type" content="website" />
 | |
|         <meta property="og:image" content="/img/icons/favicon-32x32.png" />
 | |
|         <meta property="og:url" content="/" />
 | |
|         <meta
 | |
|             property="og:description"
 | |
|             content="An alternative privacy-friendly YouTube frontend which is efficient by design."
 | |
|         />
 | |
|     </head>
 | |
| 
 | |
|     <noscript>
 | |
|         <strong style="color: #fff"
 | |
|             >We're sorry but Piped doesn't work properly without JavaScript enabled. Please enable it to
 | |
|             continue.</strong
 | |
|         >
 | |
|     </noscript>
 | |
|     <div id="app"></div>
 | |
|     <script type="module" src="/src/main.js"></script>
 | |
| </html>
 | 
