summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2011-08-24 10:17:36 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2011-08-24 10:20:25 +0200
commit368fd8f74e20064a7af3f5ee9134728dfbef66cb (patch)
tree36ef49bb9035809f7e1e6a5631df3c5dbca4cbbd
parentf9bf15c4d093f10d61c14fdedcc8d3dd10c52e13 (diff)
downloadmutti-web-368fd8f74e20064a7af3f5ee9134728dfbef66cb.tar.gz
mutti-web-368fd8f74e20064a7af3f5ee9134728dfbef66cb.tar.bz2
mutti-web-368fd8f74e20064a7af3f5ee9134728dfbef66cb.zip
Add at least a header to empty pages
-rw-r--r--aboutus.xml2
-rw-r--r--coaching.xml2
-rw-r--r--contact.xml2
-rw-r--r--services.xml2
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>