Sha256: 835dc6700aaa7ef78a78f9acae4eb42f350eb63157dd1b29b6a0b1829e953fed
Contents?: true
Size: 771 Bytes
Versions: 11
Compression:
Stored size: 771 Bytes
Contents
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>Luca. Container Framework For Backbone Views</title> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="stylesheet" href="<%= asset_path('luca-ui-full.css') %>"> <link rel="stylesheet" href="<%= asset_path('luca-ui-development-tools.css') %>"> <link rel="stylesheet" href="<%= asset_path('sandbox.css') %>"> </head> <body> <div id="viewport"></div> <script src="<%= asset_path('luca-ui-full.js') %>"></script> <script src="<%= asset_path('luca-ui-development-tools.js') %>"></script> <script src="<%= asset_path('sandbox.js') %>"></script> </body> </html>
Version data entries
11 entries across 11 versions & 1 rubygems