notice board

This commit is contained in:
Bastian Wagner
2026-08-22 22:46:58 +02:00
parent fb7a96f032
commit 69a26460ae
3 changed files with 2 additions and 2 deletions

BIN
apps/web/public/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 MiB

View File

@@ -2,10 +2,10 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>Web</title> <title>Ashen Realms</title>
<base href="/"> <base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico"> <link rel="icon" type="image/png" href="favicon.png">
</head> </head>
<body> <body>
<app-root></app-root> <app-root></app-root>