Sha256: fda42f152aa511e995a40e2664338638f51540d37f5ffc7b8db2671c3ccbae32
Contents?: true
Size: 417 Bytes
Versions: 4
Compression:
Stored size: 417 Bytes
Contents
<!DOCTYPE html> <html> <head> <title><%= titleized_name %></title> <link rel="icon" type="image/png" href="img/favicon.png" /> <link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/normalize/2.1.3/normalize.min.css"> <link rel="stylesheet" type="text/css" href="css/styles.css"> <script type="text/javascript" src="js/app.js"></script> </head> <body> <%%= yield %> </body> </html>
Version data entries
4 entries across 4 versions & 1 rubygems