Sha256: 48233d6eadf79fab67af79becdb7eb884238453797b2609779ae9952161f94ae
Contents?: true
Size: 1001 Bytes
Versions: 1
Compression:
Stored size: 1001 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" lang="en" xml:lang="en"> <head> <link href="jquery-ui-1.8.5.custom/css/smoothness/jquery-ui-1.8.5.custom.css" media="screen" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="jquery-ui-1.8.5.custom/js/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="jquery-ui-1.8.5.custom/js/jquery-ui-1.8.5.custom.min.js"></script> <script type="text/javascript"> $(function(){ $("button").button(); $("button").click(function(){}); }); </script> <title>Hydroponics <%= settings.version %></title> </head> <body> <div class="header"> <h1>Hydroponics</h1> </div> <div class="container"> <button>Round 1</button> </div> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hydroponics-0.2.2 | lib/views/index.erb |