Sha256: edefc920349cac15206c0dfdd83676dc15eba06a1eb059933c7eb0d4d180ddeb
Contents?: true
Size: 611 Bytes
Versions: 7
Compression:
Stored size: 611 Bytes
Contents
<!DOCTYPE html> <html lang="en"> <head> <!-- normalize.css removes cross-browser differences in defaults, e.g., differences in how form elements appear between Firefox and IE See: http://necolas.github.com/normalize.css/ --> <link rel="stylesheet" href="/css/normalize.css"> <!-- application.css is where you put your styles --> <link rel="stylesheet" href="/css/application.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script> <script src="/js/application.js"></script> <title></title> </head> <body> <%= yield %> </body> </html>
Version data entries
7 entries across 7 versions & 1 rubygems