lemansky

Untitled

Dec 14th, 2021 (edited)
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.15 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <title>Document</title>
  6.     <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  7.     <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css">
  8.     <script>
  9.         document.addEventListener('DOMContentLoaded', () => {
  10.            
  11.         });
  12.   </script>
  13.  
  14. </head>
  15. <body>
  16.  
  17.     <div class="container">
  18.         <div class="row">
  19.             <div class="col form-group mx-3">
  20.               <label for="a1">Редове</label>
  21.               <input type="text" class="form-control" id="a1" placeholder="Редове">
  22.             </div>
  23.             <div class="col form-group mx-3">
  24.               <label for="b1">Колoни</label>
  25.               <input type="text" class="form-control" id="b1" placeholder="Колони">
  26.             </div>
  27.         </div>
  28.         <div class="row">
  29.             <div class="form-group mx-3">
  30.                 <button type="button" class="btn btn-primary">Създай</button>
  31.                 <button type="button" class="btn btn-danger">Изтрий</button>
  32.             </div>
  33.         </div>
  34.         <div class="row" id="table-container">
  35.  
  36.         </div>
  37.     </div>
  38.  
  39.  
  40. </body>
  41. </html>
Add Comment
Please, Sign In to add comment