From 13e97710d02c3f284d2e22244955cc1cf1925d0d Mon Sep 17 00:00:00 2001 From: Traboulsi <salam.traboulsi@hft-stuttgart.de> Date: Tue, 16 Jul 2024 09:45:30 +0000 Subject: [PATCH] Update public/starter-page.html --- public/starter-page.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/starter-page.html b/public/starter-page.html index be6fb38..f719067 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> -- GitLab