diff --git a/src/cache-test.html b/src/cache-test.html index 182e635318ba82921bede8437f054c9ac0f296a5..62541d5e10527a621dc9604b9a94a8b42c67c632 100644 --- a/src/cache-test.html +++ b/src/cache-test.html @@ -4,6 +4,7 @@ <meta charset="utf-8"> <meta name="generator" content="GitLab Pages"> <title>Cache Test | %%PROJECT_TITLE%%</title> + <link rel="shortcut icon" href="gitlab-favicon.png"> <link rel="preload" href="style.css" as="style"> <link rel="stylesheet" href="style.css"> </head> diff --git a/src/gitlab-favicon.png b/src/gitlab-favicon.png new file mode 100644 index 0000000000000000000000000000000000000000..feeff61934549c38bffcab1a79d7a66fcfece34a Binary files /dev/null and b/src/gitlab-favicon.png differ diff --git a/src/index.html b/src/index.html index 2d74d6340cfe8b5e907081fca0236ceec96b89a4..6f7690dd922d07a3144e63f4471fa0f8ac84e328 100644 --- a/src/index.html +++ b/src/index.html @@ -4,6 +4,7 @@ <meta charset="utf-8"> <meta name="generator" content="GitLab Pages"> <title>%%PROJECT_TITLE%%</title> + <link rel="shortcut icon" href="gitlab-favicon.png"> <link rel="preload" href="style.css" as="style"> <link rel="stylesheet" href="style.css"> </head> diff --git a/src/sub/index.html b/src/sub/index.html index 5bdde53c8cf48a21dd8dd644d187db9ae08ef1e4..a27058a3df3a70f34ddd6186c9787f97a6af6466 100644 --- a/src/sub/index.html +++ b/src/sub/index.html @@ -4,6 +4,7 @@ <meta charset="utf-8"> <meta name="generator" content="GitLab Pages"> <title>Subdirectory | %%PROJECT_TITLE%%</title> + <link rel="shortcut icon" href="../gitlab-favicon.png"> <link rel="preload" href="../style.css" as="style"> <link rel="stylesheet" href="../style.css"> </head>