Sha256: a5b3dcbd8659becd8b61fd1b913865c7bb9085e3be9dfa7777729471c20033da
Contents?: true
Size: 726 Bytes
Versions: 14
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 ng-view> </div> <script type="text/javascript" src="cordova.js"></script> <%= javascript_tag 'application', expand: Susanoo::Project.debug %> </body> </html>
Version data entries
14 entries across 14 versions & 1 rubygems