Advertisement
Guest User

Untitled

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