Advertisement
lemansky

Untitled

Apr 28th, 2021
884
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.34 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.6.0.min.js"></script>
  8.  
  9.     <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
  10.     <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/js/bootstrap.bundle.min.js" integrity="sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf" crossorigin="anonymous"></script>
  11.     <script>
  12.         $(document).ready(() => {
  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. 1</p>
  23.     <p>This line of text is meant to be treated as fine print. 2</p>
  24.     <p>This line of text is meant to be treated as fine print. 3</p>
  25.     <p>This line of text is meant to be treated as fine print. 4</p>
  26.     <p>This line of text is meant to be treated as fine print. 5</p>
  27.     <p>This line of text is meant to be treated as fine print. 6</p>
  28.     <p>This line of text is meant to be treated as fine print. 7</p>
  29.     <p>This line of text is meant to be treated as fine print. 8</p>
  30.     <p>This line of text is meant to be treated as fine print. 9</p>
  31.     <p>This line of text is meant to be treated as fine print. 10</p>
  32.     <p>This line of text is meant to be treated as fine print. 11</p>
  33.     <p>This line of text is meant to be treated as fine print. 12</p>
  34.     <p>This line of text is meant to be treated as fine print. 13</p>
  35.     <p>This line of text is meant to be treated as fine print. 14</p>
  36.     <p>This line of text is meant to be treated as fine print. 15</p>
  37.     <p>This line of text is meant to be treated as fine print. 16</p>
  38.     <p>This line of text is meant to be treated as fine print. 17</p>
  39.     <p>This line of text is meant to be treated as fine print. 18</p>
  40.     <p>This line of text is meant to be treated as fine print. 19</p>
  41.     <p>This line of text is meant to be treated as fine print. 20</p>
  42.  
  43. </body>
  44. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement