Fix favicon on home page.

This commit is contained in:
Condorra 2023-02-18 22:52:10 +11:00
parent 791e44add8
commit bef3dc751f

View File

@ -7,6 +7,7 @@
a { color: white; } a { color: white; }
.anchor { display: none; } .anchor { display: none; }
</style> </style>
<link rel="icon" href="/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css">
</head> </head>
<body style="background: fixed no-repeat center/cover black url(background.jpeg); color: white"> <body style="background: fixed no-repeat center/cover black url(background.jpeg); color: white">