asimryu

jquery UI template

Apr 1st, 2015
326
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.37 KB | None | 0 0
  1. <!doctype html>
  2. <html lang="ko">
  3.  <head>
  4.   <meta charset="UTF-8">
  5.   <title>jQuery UI</title>
  6.   <link rel="stylesheet" href="http://code.jquery.com/ui/1.11.4/themes/start/jquery-ui.css">
  7.   <script src="http://code.jquery.com/jquery-1.11.2.js"></script>
  8.   <script src="http://code.jquery.com/ui/1.11.4/jquery-ui.js"></script>
  9.  </head>
  10.  <body>
  11.  
  12.  </body>
  13. </html>
Advertisement
Add Comment
Please, Sign In to add comment