mirror of
				https://github.com/blakeblackshear/frigate.git
				synced 2025-10-27 10:52:11 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			34 lines
		
	
	
		
			884 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			884 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!doctype html>
 | 
						|
<html lang="en">
 | 
						|
  <head>
 | 
						|
    <meta charset="UTF-8" />
 | 
						|
    <link rel="icon" href="/images/favicon.ico" />
 | 
						|
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 | 
						|
    <title>Frigate</title>
 | 
						|
    <link
 | 
						|
      rel="apple-touch-icon"
 | 
						|
      sizes="180x180"
 | 
						|
      href="/images/apple-touch-icon.png"
 | 
						|
    />
 | 
						|
    <link
 | 
						|
      rel="icon"
 | 
						|
      type="image/png"
 | 
						|
      sizes="32x32"
 | 
						|
      href="/images/favicon-32x32.png"
 | 
						|
    />
 | 
						|
    <link
 | 
						|
      rel="icon"
 | 
						|
      type="image/png"
 | 
						|
      sizes="16x16"
 | 
						|
      href="/images/favicon-16x16.png"
 | 
						|
    />
 | 
						|
    <link rel="icon" type="image/svg+xml" href="/images/favicon.svg" />
 | 
						|
    <link rel="manifest" href="/site.webmanifest" />
 | 
						|
    <link rel="mask-icon" href="/images/favicon.svg" color="#3b82f7" />
 | 
						|
  </head>
 | 
						|
  <body>
 | 
						|
    <div id="root"></div>
 | 
						|
    <script type="module" src="/src/main.tsx"></script>
 | 
						|
  </body>
 | 
						|
</html>
 |