Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title>Moco</title>
- <link href="/assets/application.css?body=1" media="all" rel="stylesheet" type="text/css" />
- <link href="/assets/basic-animations.css?body=1" media="all" rel="stylesheet" type="text/css" />
- <link href="/assets/demo-style.css?body=1" media="all" rel="stylesheet" type="text/css" />
- <link href="/assets/presentations.css?body=1" media="all" rel="stylesheet" type="text/css" />
- <link href="/assets/scaffolds.css?body=1" media="all" rel="stylesheet" type="text/css" />
- <script src="/assets/jquery.js?body=1" type="text/javascript"></script>
- <script src="/assets/application.js?body=1" type="text/javascript"></script>
- <meta content="authenticity_token" name="csrf-param" />
- <meta content="nkRBUFfSGbK5SeqOXt6oUSD0+7GQbD2v+2P6T8CHHcA=" name="csrf-token" />
- </head>
- <body>
- <h3>My view</h3>
- <script>
- function test() { alert("hello"); }
- </script>
- <input type="button" onClick="test();" value="test" />
- <input type="text" size="25" value="Enter your name here!">
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement