Browse Source

remove custom branding

main
ghost 4 months ago
parent
commit
6a4325b831
  1. 2
      README.md
  2. BIN
      public/android-chrome-192x192.png
  3. BIN
      public/android-chrome-512x512.png
  4. BIN
      public/apple-touch-icon.png
  5. 9
      public/browserconfig.xml
  6. BIN
      public/favicon-16x16.png
  7. BIN
      public/favicon-32x32.png
  8. BIN
      public/favicon.ico
  9. BIN
      public/mstile-144x144.png
  10. BIN
      public/mstile-150x150.png
  11. BIN
      public/mstile-310x150.png
  12. BIN
      public/mstile-310x310.png
  13. BIN
      public/mstile-70x70.png
  14. 19
      public/site.webmanifest

2
README.md

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
# HLState <img align="right" width="56" height="56" src="https://github.com/YGGverse/hl-customs/blob/main/icons/yggdrasil/128x128.png?raw=true" alt="HLState" />
# HLState
Web monitor for Half-Life game servers based on [Xash3D FWGS](https://github.com/FWGS/xash3d-fwgs) masters crawler.

BIN
public/android-chrome-192x192.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

BIN
public/android-chrome-512x512.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

BIN
public/apple-touch-icon.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

9
public/browserconfig.xml

@ -1,9 +0,0 @@ @@ -1,9 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#da532c</TileColor>
</tile>
</msapplication>
</browserconfig>

BIN
public/favicon-16x16.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1022 B

BIN
public/favicon-32x32.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

BIN
public/favicon.ico

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

BIN
public/mstile-144x144.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

BIN
public/mstile-150x150.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

BIN
public/mstile-310x150.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

BIN
public/mstile-310x310.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.4 KiB

BIN
public/mstile-70x70.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

19
public/site.webmanifest

@ -1,19 +0,0 @@ @@ -1,19 +0,0 @@
{
"name": "",
"short_name": "",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}
Loading…
Cancel
Save