Sha256: 5411427b50ba9a78acf6fc25ac7d7a1cec95c3c6d59dca311999e66272d97ddb
Contents?: true
Size: 726 Bytes
Versions: 3
Compression:
Stored size: 726 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="format-detection" content="telephone=no" /> <!-- WARNING: for iOS 7, remove the width=device-width and height=device-height attributes. See https://issues.apache.org/jira/browse/CB-4323 --> <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height" /> <%= stylesheet_tag 'application', expand: Susanoo::Project.debug %> <title>Hello World</title> </head> <body> <div ui-view> </div> <script type="text/javascript" src="cordova.js"></script> <%= javascript_tag 'application', expand: Susanoo::Project.debug %> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems