mirror of
				https://github.com/nkanaev/yarr.git
				synced 2025-10-31 23:12:57 +00:00 
			
		
		
		
	Fix links in index.html
				
					
				
			This commit is contained in:
		| @@ -3,11 +3,11 @@ | ||||
| <head> | ||||
|     <meta charset="UTF-8"> | ||||
|     <title>yarr!</title> | ||||
|     <link rel="stylesheet" href="./static/stylesheets/bootstrap.min.css"> | ||||
|     <link rel="stylesheet" href="./static/stylesheets/app.css"> | ||||
|     <link rel="icon" href="./static/graphicarts/favicon.svg" type="image/svg+xml"> | ||||
|     <link rel="alternate icon" href="./static/graphicarts/favicon.png" type="image/png"> | ||||
|     <link rel="manifest" href="./static/manifest.json" /> | ||||
|     <link rel="stylesheet" href="/static/stylesheets/bootstrap.min.css"> | ||||
|     <link rel="stylesheet" href="/static/stylesheets/app.css"> | ||||
|     <link rel="icon" href="/static/graphicarts/favicon.svg" type="image/svg+xml"> | ||||
|     <link rel="alternate icon" href="/static/graphicarts/favicon.png" type="image/png"> | ||||
|     <link rel="manifest" href="/static/manifest.json" /> | ||||
|     <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||||
|     <script> | ||||
|         window.app = window.app || {} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user