diff --git a/public/starter-page.html b/public/starter-page.html index be6fb383ff3ae1775486b3f9a976d42269e7f69a..f71906731de8c4f481c416934991e21a66d23bdc 100644 --- a/public/starter-page.html +++ b/public/starter-page.html @@ -4,13 +4,13 @@ <head> <meta charset="utf-8"> <meta content="width=device-width, initial-scale=1.0" name="viewport"> - <title>Starter Page - FlexStart Bootstrap Template</title> + <title>KNIGHT</title> <meta content="" name="description"> <meta content="" name="keywords"> <!-- Favicons --> - <link href="assets/img/favicon.png" rel="icon"> - <link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon"> + <link href="assets/img/logok.png" rel="icon"> + <link href="assets/img/logok.png" rel="apple-touch-icon"> <!-- Fonts --> <link href="https://fonts.googleapis.com" rel="preconnect"> @@ -43,7 +43,7 @@ <a href="index.html" class="logo d-flex align-items-center me-auto"> <!-- Uncomment the line below if you also wish to use an image logo --> - <img src="assets/img/logo.png" alt=""> + <img src="assets/img/logok.png" alt=""> <h1 class="sitename">FlexStart</h1> </a> @@ -250,4 +250,4 @@ </body> -</html> \ No newline at end of file +</html>