Advertisement
Guest User

rails-view

a guest
Mar 28th, 2012
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3. <html>
  4. <head>
  5. <title>Moco</title>
  6. <link href="/assets/application.css?body=1" media="all" rel="stylesheet" type="text/css" />
  7. <link href="/assets/basic-animations.css?body=1" media="all" rel="stylesheet" type="text/css" />
  8. <link href="/assets/demo-style.css?body=1" media="all" rel="stylesheet" type="text/css" />
  9. <link href="/assets/presentations.css?body=1" media="all" rel="stylesheet" type="text/css" />
  10. <link href="/assets/scaffolds.css?body=1" media="all" rel="stylesheet" type="text/css" />
  11. <script src="/assets/jquery.js?body=1" type="text/javascript"></script>
  12. <script src="/assets/application.js?body=1" type="text/javascript"></script>
  13.  
  14. <meta content="authenticity_token" name="csrf-param" />
  15. <meta content="nkRBUFfSGbK5SeqOXt6oUSD0+7GQbD2v+2P6T8CHHcA=" name="csrf-token" />
  16. </head>
  17. <body>
  18.  
  19.  
  20. <h3>My view</h3>
  21.  
  22. <script>
  23.  
  24. function test() { alert("hello"); }
  25.  
  26. </script>
  27.  
  28. <input type="button" onClick="test();" value="test" />
  29. <input type="text" size="25" value="Enter your name here!">
  30.  
  31.  
  32.  
  33. </body>
  34. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement