remove favicon

This commit is contained in:
Rupus Reinefjord 2024-12-21 16:44:52 +01:00
parent 41a4479001
commit d1b3988968
4 changed files with 1 additions and 4 deletions

2
deploy
View file

@ -1,4 +1,4 @@
#!/bin/bash
IFS=$'\n'
rsync -Rtzv $(git ls-files public) root@$1:/var/www/reinefjord.net-v3/
rsync -Rtzvr --delete $(git ls-files public) root@$1:/var/www/reinefjord.net-v3/

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

View file

@ -4,9 +4,6 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="icon" type="image/png" href="/favicon.png" sizes="196x196">
<title>Rupus Reinefjord</title>
<style>