asimryu

jquery ui basic frame

Sep 3rd, 2014
354
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <!doctype html>
  2. <html lang="ko">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Document</title>
  6. <link rel="stylesheet" href="http://code.jquery.com/ui/1.11.1/themes/start/jquery-ui.css">
  7. <script src="http://code.jquery.com/jquery-1.10.2.js"></script>
  8. <script src="http://code.jquery.com/ui/1.11.1/jquery-ui.js"></script>
  9. </head>
  10. <body>
  11.  
  12. </body>
  13. </html>
Advertisement
Add Comment
Please, Sign In to add comment