From 207e012559c9d1f57b0fe37c70f75161f8ae07aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marvin=20J=C3=BCtte?= <marvin@juette.cc> Date: Sun, 7 Jul 2024 19:58:07 +0200 Subject: [PATCH] page title and favicon + minor housekeeping --- README.md | 3 ++- favicon.png | Bin 1154 -> 0 bytes public/index.html | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) delete mode 100644 favicon.png diff --git a/README.md b/README.md index 67c01af..a8b65ad 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,9 @@ To ensure code quality, this repo is automatically evaluated by a SonarQube inst [](https://sonarqube.upi.li/dashboard?id=Fachschaft-Informatik-Infoscreen) ## Test +Before running the appliction for the first time you have to install all dependencies using `npm install` -This Website can be run locally for testing purposes with `python3 -m http.server` or any other HTTP Server +This Website can be run locally for testing purposes with `npm run start`. ## Adding Ads diff --git a/favicon.png b/favicon.png deleted file mode 100644 index a694960094e795631e2af505c157c336d5804c2e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1154 zcmeAS@N?(olHy`uVBq!ia0y~yU{C;I4rT@h2A3sW#~2ux83KGlT<uCX+m&vDkhZ0p z?aDUU6>qXF*<@R?*{*uGEldiereqVC3sP)by2-X`hfT$1ke1TT7Uk>gN;g>-uLqm6 z*`Z-SNI~T`Fc+d8V#_AyinSo4K$dQ{E#2hMu*$IvqyQ`kVnD2b7z+|C*<@P=(ra4^ zQf~`WY+VlGf)s#V2+;-NmTa;qfw*duT`9!D8zBsk31FkZu7a2eQey`)8N>xE12I63 zFWvw#6GDPa23Z7A4>1<XMo5(*#KG=Ia6u-6Wo?Q;jsZIWMLWnwnE4PJ!6twl1Ja8m z1y>1C2C}^bstm-2sRXf0kgb5KfolgTfQAoT86-%dD#4C~ha^Z4>?Dw4xYck5#54#A zR|Yl#q#h&=a}3A<;7A1Ph1j?W6g8N>fN23~hdOn$ZOJD4(k)=UAd?|>*&?X~OMzVr zHW17Ose~9}Q?>!Zuq)lfz`$Tvy6NuElj#f$42&f~e!&b5&u*lFI7!~_E({&4vK|Z! z44efXk;M!Q+`=Ht$S`Y;1Oo#Ddx@v7EBk#;ZZQ#sAIDCXGB7aw_H=O!u{hltY|VGb zfah%B3=39aVf6<Lb9XBmDi!jSv8g1y<nY!$a!57e<)JBzE2sKAk~q$p`$)0q&Ghu+ z@=IG7I;BK*RQ>(guNmc^xOH2{JZpV-CE?SjqYmd>_#vFDb9}-lzKpcGj2U}NZpm1j zx|y-{hq`Sv)2;~%R;MV6m1J7EGb%mY;Pd3-tHaB-fBZeWFhlQ9LE+nr%Nh4t%4u(l zITZGG+cDlr3hz{17;Y?Qly;w(Ai>z7a@AqdLvv?_y5OaZfh(08w72GnF<x`roU&Wc zK)J^C?Xkw0r-J4MtgTF#@ah>O`xP(ATYPU-47dE;cwXPH?(3)1*1P`2OC0}nW7jdC RKn4Z|22WQ%mvv4FO#t)M_n!a& diff --git a/public/index.html b/public/index.html index aa069f2..fb5db29 100644 --- a/public/index.html +++ b/public/index.html @@ -2,7 +2,7 @@ <html lang="en"> <head> <meta charset="utf-8" /> - <link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> + <link rel="icon" href="https://static.fachschaften.org/icon/tight/color/fsorg-icon-color-tight.svg" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="theme-color" content="#000000" /> <meta @@ -24,7 +24,7 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> - <title>React App</title> + <title>Infoscreen</title> </head> <body> <noscript>You need to enable JavaScript to run this app.</noscript> -- GitLab