build: Deprecated web stuff

This commit is contained in:
Krille 2024-12-17 15:13:21 +01:00
parent 7b1d46aa18
commit 7aa960306e
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
2 changed files with 1 additions and 2 deletions

View file

@ -22,7 +22,7 @@
<meta name="description" content="The cutest messenger in the Matrix network.">
<!-- iOS meta tags & icons -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="FluffyChat">
<link rel="apple-touch-icon" href="icons/Icon-192.png">

View file

@ -40,7 +40,6 @@ html {
margin: 0;
height: 100%;
background: #000000;
background-image: url("img/dark-background.png");
background-size: 100% 100%;
}
}