Sha256: 92e6d4dfa03593bd7a2b218654cc895272e67e1218c18c20aa0ee36289a5345b
Contents?: true
Size: 539 Bytes
Versions: 1
Compression:
Stored size: 539 Bytes
Contents
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title><%= name.capitalize %></title> <link href="assets/cssink/index.css" rel="stylesheet" type="text/css" /> <script src="assets/jquery/jquery.js"></script> <script src="assets/jquery/jquery-ui.js"></script> <script> $(document).ready(function(){ // Your code here }); </script> </head> <body> <div class="doc"> <h1><%= name %></h1> <p>Welcome to your new website!</p> </div> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sow-0.5 | plug/sow/seeds/website/template/index.html |