Sha256: c430dbef6af1a20778a69fd0d14c5d55627433050292e73fc0de4f3a8465131b
Contents?: true
Size: 488 Bytes
Versions: 6
Compression:
Stored size: 488 Bytes
Contents
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>Sinatra with Sprockets 2 (Asset Pipeline)</title> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="stylesheet" href="<%= asset_path('styles.css') %>"> <script src="<%= asset_path('application.js') %>"></script> </head> <body> <img src="<%= asset_path('rails.png') %>"> </body> </html>
Version data entries
6 entries across 6 versions & 1 rubygems