index.html 1.6 KB

12345678910111213141516171819202122232425262728293031323334
  1. <head>
  2. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  3. <title>chat</title>
  4. <script type="text/javascript" src="/js/jquery.min.js"></script>
  5. <link rel="stylesheet" href="/css/bootstrap.min.css">
  6. <script type="text/javascript" src="/js/bootstrap.min.js"></script>
  7. <link rel="preconnect" href="https://fonts.googleapis.com">
  8. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  9. <link href="https://fonts.googleapis.com/css2?family=Anonymous+Pro:ital,wght@0,400;0,700;1,400;1,700
  10. &family=Noto+Serif+SC:wght@300;400;500;600;700&display=swap" rel="stylesheet">
  11. <link rel="stylesheet" href="/css/style.css">
  12. <style>
  13. pre {
  14. overflow-x: auto;
  15. overflow-y: auto;
  16. white-space: pre-wrap;
  17. }
  18. </style>
  19. </head>
  20. <body>
  21. <pre>
  22. The ________(1) is the organ in the human body that pumps blood to all the other organs, tissues, and cells. The heart is made up of four _______(2) chambers and valves. The right _______(3) receives deoxygenated blood from the body and pumps it to the lungs. The lungs add _______(4) to the blood and send it back to the heart. From there, the left _______(5) pumps the oxygen-rich blood out to the rest of the body. Within the heart are four valves _______(6) open and close to regulate the flow of blood. They are the mitral, tricuspid, pulmonary, and _______(7). The heart is controlled by an internal _______(8) system.
  23. 1. Heart
  24. 2. Separate
  25. 3. Atrium
  26. 4. Oxygen
  27. 5. Ventricle
  28. 6. that
  29. 7. Aortic
  30. 8. electrical
  31. </pre>
  32. </body>