From 08118d707a3ba9a3329fd6768ce79bcadc8f3baa Mon Sep 17 00:00:00 2001 From: alex090890 Date: Wed, 20 Mar 2024 22:21:56 +0100 Subject: [PATCH] Added Google Tags --- build/index.html | 29 ++++++++++++++++++++++++++++- public/index.html | 11 +++++++++++ src/App.js | 2 +- src/components/AppDe.js | 2 +- src/styles.css | 5 +++++ 5 files changed, 46 insertions(+), 3 deletions(-) diff --git a/build/index.html b/build/index.html index b0f2adf..72dac30 100644 --- a/build/index.html +++ b/build/index.html @@ -1 +1,28 @@ -React App
\ No newline at end of file + + + + + + + + + + + + React App + + + + + + + + +
+ + \ No newline at end of file diff --git a/public/index.html b/public/index.html index 87fd5be..38943dd 100644 --- a/public/index.html +++ b/public/index.html @@ -2,6 +2,13 @@ + + + @@ -27,6 +34,10 @@ + + + diff --git a/src/App.js b/src/App.js index 5232cdc..a92ee58 100644 --- a/src/App.js +++ b/src/App.js @@ -14,7 +14,7 @@ export default function App() { return (
- diff --git a/src/components/AppDe.js b/src/components/AppDe.js index d868531..cbf9010 100644 --- a/src/components/AppDe.js +++ b/src/components/AppDe.js @@ -7,7 +7,7 @@ export default function AppDe() {
-

Hallo

+

Hallo. WIe geht es?

); diff --git a/src/styles.css b/src/styles.css index fcb5ca7..aa9815e 100644 --- a/src/styles.css +++ b/src/styles.css @@ -69,6 +69,11 @@ html { width: 300px; } +.langSwitch { + margin-top: 10px; + margin-left: 10px; +} + @media screen and (max-width: 600px) { .title { grid-template-columns: 1fr;