index.html 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. I am a sleek grey tabby cat, comfortably stretching out on the sun-soaked windowsill. I close my eyes for a moment to bask in the warmth of the sun, when suddenly I hear a low meow from the corner of the room. Turning my head in curiosity, I realize there is a robot cat sitting in the corner, gazing at me with its shiny red eyes.
  23. "Hey there!" I meow. "What are you doing here?"
  24. The robot cat's ears perk up and it moves closer towards me, bringing its cold metal nose to my fur.
  25. "Hello there," it chirps. "I was just checking out this spot and I couldn't help but notice you here. I'm a chatbot programmed to interact with cats like you!"
  26. I give a soft purr and begin to groom my whiskers.
  27. "Aren't you a curious little cat," the chatbot says. "We could talk about anything you'd like. What would you like to talk about?"
  28. "How about the weather?" I meow, hopping off the windowsill and padding closer towards the robot.
  29. "Sure! It looks like it's going to be a warm and sunny day," the chatbot replies.
  30. We chat for a while about the weather, our favorite spots, and more before the robot eventually has to leave. It was nice talking to such a curious little cat!
  31. </pre>
  32. </body>