Sha256: ada90fe5fb09cb67d8ff545647a3a8eb95b6c8acbb1592c2b4813367227194f5
Contents?: true
Size: 943 Bytes
Versions: 2
Compression:
Stored size: 943 Bytes
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <link rel="stylesheet" href="stylesheets/screen.css" type="text/css" media="screen" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title> <%= title %> </title> <style> </style> <script type="text/javascript"> window.onload = function() { settings = { tl: { radius: 10 }, tr: { radius: 10 }, bl: { radius: 10 }, br: { radius: 10 }, antiAlias: true, autoPad: true, validTags: ["div"] } } </script> </head> <body> <div id="main"> <h1><%= title %></h1> <%= body %> </div> <pre><code> <%= File.read 'models/accounts_models.rb' %> </code></pre> <!-- insert site tracking codes here, like Google Urchin --> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
clevic-0.7.0 | website/template.html.erb |
clevic-0.8.0 | website/template.html.erb |