Sha256: 3d0a4fe507647af912b7281f806cc01124ebd0d702f6801636921849f687c9ac
Contents?: true
Size: 772 Bytes
Versions: 2
Compression:
Stored size: 772 Bytes
Contents
<!DOCTYPE html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Linner boilerplate</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="/styles/app.css"> </head> <body> <!--[if lt IE 7]> <p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> <![endif]--> <p>Hello world! This is Linner Boilerplate.</p> <script src="/scripts/vendor.js"></script> <script src="/scripts/app.js"></script> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
linner-0.4.2 | lib/linner/templates/app/views/index.html |
linner-0.4.1 | lib/linner/templates/app/views/index.html |