30 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html lang="en">
 | 
						|
  <head>
 | 
						|
    <meta charset="utf-8" />
 | 
						|
    <link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
 | 
						|
    <meta name="theme-color" content="#01aaeb" />
 | 
						|
    <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
 | 
						|
    <meta name="description" content="Störningar i kollektivtrafiken" />
 | 
						|
    <meta name='viewport' content='minimal-ui, width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=0' >
 | 
						|
    <meta name=apple-mobile-web-app-capable content=yes>
 | 
						|
    <meta name=apple-mobile-web-app-status-bar-style content=black>
 | 
						|
    <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo.png" />
 | 
						|
    <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
 | 
						|
    <!--
 | 
						|
      Notice the use of %PUBLIC_URL% in the tags above.
 | 
						|
      It will be replaced with the URL of the `public` folder during the build.
 | 
						|
      Only files inside the `public` folder can be referenced from the HTML.
 | 
						|
 | 
						|
      Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
 | 
						|
      work correctly both with client-side routing and a non-root public URL.
 | 
						|
      Learn how to configure a non-root public URL by running `npm run build`.
 | 
						|
    -->
 | 
						|
    <title>Västtrafik</title>
 | 
						|
  </head>
 | 
						|
  <body>
 | 
						|
    <noscript>You need to enable JavaScript to run this app.</noscript>
 | 
						|
    <div id="root"></div>
 | 
						|
  </body>
 | 
						|
</html>
 |