Advertisement
Guest User

Untitled

a guest
Dec 6th, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.18 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.     <script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
  8.     <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
  9.     <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
  10.     <script type="text/javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
  11.     <script>
  12.         $(document).ready(function(){
  13.  
  14.         });
  15.  
  16.     </script>
  17. </head>
  18. <body>
  19.     <input type="text" class="form-control" placeholder="Въведете число"/>
  20.     <input type="button" class="btn btn-primary" value="Тествай">
  21.  
  22.     <p>This line of text is meant to be treated as fine print.</p>
  23.     <p>This line of text is meant to be treated as fine print.</p>
  24.     <p>This line of text is meant to be treated as fine print.</p>
  25.     <p>This line of text is meant to be treated as fine print.</p>
  26.     <p>This line of text is meant to be treated as fine print.</p>
  27.     <p>This line of text is meant to be treated as fine print.</p>
  28.     <p>This line of text is meant to be treated as fine print.</p>
  29.     <p>This line of text is meant to be treated as fine print.</p>
  30.     <p>This line of text is meant to be treated as fine print.</p>
  31.     <p>This line of text is meant to be treated as fine print.</p>
  32.     <p>This line of text is meant to be treated as fine print.</p>
  33.     <p>This line of text is meant to be treated as fine print.</p>
  34.     <p>This line of text is meant to be treated as fine print.</p>
  35.     <p>This line of text is meant to be treated as fine print.</p>
  36.     <p>This line of text is meant to be treated as fine print.</p>
  37.     <p>This line of text is meant to be treated as fine print.</p>
  38.     <p>This line of text is meant to be treated as fine print.</p>
  39.     <p>This line of text is meant to be treated as fine print.</p>
  40.     <p>This line of text is meant to be treated as fine print.</p>
  41.     <p>This line of text is meant to be treated as fine print.</p>
  42. </body>
  43. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement