diff options
-rw-r--r-- | aboutus.xml | 2 | ||||
-rw-r--r-- | coaching.xml | 2 | ||||
-rw-r--r-- | contact.xml | 2 | ||||
-rw-r--r-- | services.xml | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/aboutus.xml b/aboutus.xml index 689f747..7b55b49 100644 --- a/aboutus.xml +++ b/aboutus.xml @@ -4,4 +4,6 @@ xmlns="http://www.w3.org/1999/xhtml" xmlns:s="https://beratung-franzke.de/web-tpl"> + <h1>About Us</h1> + </s:html> diff --git a/coaching.xml b/coaching.xml index a836a74..21d9f54 100644 --- a/coaching.xml +++ b/coaching.xml @@ -4,4 +4,6 @@ xmlns="http://www.w3.org/1999/xhtml" xmlns:s="https://beratung-franzke.de/web-tpl"> + <h1>Coaching</h1> + </s:html> diff --git a/contact.xml b/contact.xml index f1fd253..d2585a6 100644 --- a/contact.xml +++ b/contact.xml @@ -4,6 +4,8 @@ xmlns="http://www.w3.org/1999/xhtml" xmlns:s="https://beratung-franzke.de/web-tpl"> + <h1>Kontakt</h1> + <div style="text-align: center; padding: 10px 0;"> <s:googlemap location="Vor dem Rostocker Tor 1, 18246 Bützow, Deutschland" /> </div> diff --git a/services.xml b/services.xml index 5f5b867..238f960 100644 --- a/services.xml +++ b/services.xml @@ -4,4 +4,6 @@ xmlns="http://www.w3.org/1999/xhtml" xmlns:s="https://beratung-franzke.de/web-tpl"> + <h1>Services</h1> + </s:html> |