Sha256: 8c1fe4f8c490fb7f4317ed1aeea2be0eb3e53f70dfa1d017bf50a27037b9ceae
Contents?: true
Size: 453 Bytes
Versions: 5
Compression:
Stored size: 453 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Mobilee</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <%= stylesheet_link_tag "mobile" %> <%= javascript_include_tag "mobile" %> </head> <body> <div data-role="page"> <div data-role="header"> <h1>My Title</h1> </div> <div data-role="content"> <p>Hello world</p> <%= yield %> </div><!-- /content --> </div><!-- /page --> </body> </html>
Version data entries
5 entries across 5 versions & 1 rubygems