Advertisement
sanjiisan

Untitled

Jun 6th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.59 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="pl-PL">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <title>CodersLab</title>
  6.     <link rel="stylesheet" href="css/style.css">
  7.     <script src="http://code.jquery.com/jquery-2.2.1.min.js"></script>
  8.     <script src="./js/app.js"></script>
  9. </head>
  10.  
  11. <body>
  12.  
  13. <form class="add_movie">
  14.     <label> Podaj tytuł:
  15.         <input type="text" value="movie_title" class="get_title">
  16.     </label>
  17.     <label> Podaj opis:
  18.         <textarea class="get_description"></textarea>
  19.     </label>
  20.     <input type="submit" id="addMovie" value="Dodaj nowy film">
  21. </form>
  22.  
  23. <ul class="repertuar">
  24.  
  25. </ul>
  26.  
  27.  
  28. </body>
  29. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement