Sha256: 82a19cfdd090bb98fedf35e35a10e1505b3dcf849bfe3f959a8b1214640c7449
Contents?: true
Size: 814 Bytes
Versions: 4
Compression:
Stored size: 814 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> <script>require("app")()</script> </body> </html>
Version data entries
4 entries across 4 versions & 1 rubygems