1
0
Fork 0
mirror of https://gitlab.com/nekoya/web.git synced 2025-04-25 13:41:18 +02:00

Add theme color to Home Page

This commit is contained in:
Moe Poi ~ 2021-09-26 16:24:43 +07:00
parent 22da2ae414
commit 72eadf466b

View file

@ -4,6 +4,7 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#8b0000">
<title>Nekoya</title>
<link href="assets/favicon.webp" rel="shortcut icon" type="image/webp"/>
<link crossorigin="anonymous" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css"