Sha256: 8843e21fe33638cec5134157552b5f506cd4f1e9a03a16cfa3b1cb9040755f11
Contents?: true
Size: 777 Bytes
Versions: 21
Compression:
Stored size: 777 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-bootstrap.css') %>"> <link rel="stylesheet" href="<%= asset_path('sandbox.css') %>"> <link rel="stylesheet" href="<%= asset_path('prettify.css') %>"> </head> <body> <div id="container"> <div id="viewport"></div> </div> <script src="<%= asset_path('dependencies.js') %>"></script> <script src="<%= asset_path('luca-ui.js') %>"></script> <script src="<%= asset_path('sandbox.js') %>"></script> </body> </html>
Version data entries
21 entries across 21 versions & 1 rubygems