Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <title>Document</title>
- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
- <script>
- document.addEventListener('DOMContentLoaded', () => {
- });
- </script>
- </head>
- <body>
- <div class="container">
- <div class="row">
- <div class="col form-group mx-3">
- <label for="a1">Редове</label>
- <input type="text" class="form-control" id="a1" placeholder="Редове">
- </div>
- <div class="col form-group mx-3">
- <label for="b1">Колoни</label>
- <input type="text" class="form-control" id="b1" placeholder="Колони">
- </div>
- </div>
- <div class="row">
- <div class="form-group mx-3">
- <button type="button" class="btn btn-primary">Създай</button>
- <button type="button" class="btn btn-danger">Изтрий</button>
- </div>
- </div>
- <div class="row" id="table-container">
- </div>
- </div>
- </body>
- </html>
Add Comment
Please, Sign In to add comment