21 lines
		
	
	
		
			827 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			827 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html lang="en" translate="no" class="dark h-full bg-stone-900">
 | 
						|
 | 
						|
<head>
 | 
						|
  <meta charset="utf-8">
 | 
						|
  <meta name="viewport" content="width=device-width,initial-scale=1">
 | 
						|
  <title>N0mbers</title>
 | 
						|
  <meta name="description" content="Reach the result in five operations or less">
 | 
						|
  <link rel="icon" href="/icons/favicon.ico">
 | 
						|
  <link rel="alternate icon" href="/favicon.ico" type="image/png" sizes="16x16">
 | 
						|
  <link rel="apple-touch-icon" href="/icons/apple-touch-icon.png" sizes="180x180">
 | 
						|
  <link rel="mask-icon" href="/icons/favicon.svg" color="#1C1917">
 | 
						|
  <meta name="theme-color" content="#1C1917">
 | 
						|
</head>
 | 
						|
 | 
						|
<body class="bg-stone-300 text-stone-900 dark:bg-stone-900 dark:text-stone-200 h-full relative">
 | 
						|
  <div id="app" class="h-full"></div>
 | 
						|
  <script type="module" src="/src/main.ts"></script>
 | 
						|
</body>
 | 
						|
 | 
						|
</html> |