You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2012/08/01 18:39:08 UTC

[29/48] git commit: Update index.html

Update index.html <head>


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/commit/9143ddee
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/tree/9143ddee
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/diff/9143ddee

Branch: refs/heads/master
Commit: 9143ddeeebef5b8d2ed3c5f3a15bf389d7bb9dd0
Parents: 672b086
Author: Michael Brooks <mi...@michaelbrooks.ca>
Authored: Fri Jul 13 13:35:07 2012 -0700
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Fri Jul 13 13:35:07 2012 -0700

----------------------------------------------------------------------
 www/index.html |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/blob/9143ddee/www/index.html
----------------------------------------------------------------------
diff --git a/www/index.html b/www/index.html
index 89ecf35..41bfdf1 100644
--- a/www/index.html
+++ b/www/index.html
@@ -1,8 +1,11 @@
 <!DOCTYPE html>
 <html>
     <head>
-        <title>Hello Cordova</title>
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+        <meta name = "format-detection" content = "telephone=no">
+        <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width" />
         <link rel="stylesheet" type="text/css" href="css/index.css" />
+        <title>Hello Cordova</title>
     </head>
     <body>
         <h1></h1>