You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2020/03/27 12:06:37 UTC

[camel-website] branch master updated: chore: add viewport to HEADER.html files

This is an automated email from the ASF dual-hosted git repository.

zregvart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 074b186  chore: add viewport to HEADER.html files
074b186 is described below

commit 074b18682eb27b3aefd61ef3392bfafccac495d9
Author: jyotiattri <36...@users.noreply.github.com>
AuthorDate: Fri Mar 27 17:36:27 2020 +0530

    chore: add viewport to HEADER.html files
    
    * Viewport added into header.html
    
    * viewport added into static/schema/spring/HEADER.html
---
 static/schema/HEADER.html        | 4 +++-
 static/schema/spring/HEADER.html | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/static/schema/HEADER.html b/static/schema/HEADER.html
index 723a3ce..b601b37 100644
--- a/static/schema/HEADER.html
+++ b/static/schema/HEADER.html
@@ -1,5 +1,7 @@
 <html>
-<head><title>Apache Camel XML Schemas</title></head>
+<head>
+<meta name=viewport content="width=device-width, initial-scale=1">   
+<title>Apache Camel XML Schemas</title></head>
 <body>
 <h1>Apache Camel XML Schemas</h1>
 <p>This site contains all the various versions of the XML Schema Documents for the <a href="http://camel.apache.org/">Apache Camel project</a></p>
diff --git a/static/schema/spring/HEADER.html b/static/schema/spring/HEADER.html
index 723a3ce..bafb059 100644
--- a/static/schema/spring/HEADER.html
+++ b/static/schema/spring/HEADER.html
@@ -1,5 +1,7 @@
 <html>
-<head><title>Apache Camel XML Schemas</title></head>
+<head>
+<meta name=viewport content="width=device-width, initial-scale=1"> 
+<title>Apache Camel XML Schemas</title></head>
 <body>
 <h1>Apache Camel XML Schemas</h1>
 <p>This site contains all the various versions of the XML Schema Documents for the <a href="http://camel.apache.org/">Apache Camel project</a></p>