Skip to content
This repository has been archived by the owner on Sep 8, 2021. It is now read-only.

Commit

Permalink
Updated example a bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bikas Vaibhav committed Jan 9, 2014
1 parent e5987fc commit 1f84d9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/www/index.html
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html>
<head>
<title>PhoneGap Plugins</title>
<title>Cordova Plugins Demo</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="HandheldFriendly" content="true">
Expand All @@ -11,7 +11,7 @@
<body>
<div id="Home" data-role="page">
<div data-role="header" data-position="fixed" data-theme="b">
<h3>PhoneGap Plugins</h3>
<h3>Cordova Plugins Demo</h3>
</div>
<div role="main" style="padding: 0 10px;">
<a data-role="button" href="#Datep" data-transition="slide">DatePicker Demo</a>
Expand Down

0 comments on commit 1f84d9a

Please sign in to comment.