From 2d9bbc831c894a2d18ee1c0ecfd10f1483073cb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Barnab=C3=A1s=20Cz=C3=A9m=C3=A1n?= <trabarni@gmail.com> Date: Mon, 5 Feb 2018 15:22:55 +0100 Subject: [PATCH] Remove unnecessary css and fix page title --- public/index.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/public/index.html b/public/index.html index 49f2db5..05ba77a 100644 --- a/public/index.html +++ b/public/index.html @@ -3,8 +3,6 @@ <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> - <link rel="stylesheet" type="text/css" charset="UTF-8" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.min.css" /> - <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick-theme.min.css" /> <meta name="theme-color" content="#000000"> <!-- manifest.json provides metadata used when your web app is added to the @@ -21,7 +19,7 @@ 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>React App</title> + <title>KSZKĂŠpzĂŠs 2018</title> </head> <body> <noscript> -- GitLab