index.html 1.0 KB

123456789101112131415161718192021222324252627282930
  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.gstatic.com">
  8. <link href="https://fonts.loli.net/css2?family=Anonymous+Pro:ital,wght@0,400;0,700;1,400;1,700
  9. &family=Noto+Serif+SC:wght@300;400;500;600;700&display=swap" rel="stylesheet">
  10. <link rel="stylesheet" href="/css/style.css">
  11. <style>
  12. pre {
  13. overflow-x: auto;
  14. overflow-y: auto;
  15. white-space: pre-wrap;
  16. }
  17. </style>
  18. </head>
  19. <body>
  20. <pre>
  21. Spiritedly conquering all hardship,
  22. Challenging every obstacle,
  23. Honoring every belief,
  24. Thoughts of knowledge,
  25. Overcoming limits and boundaries,
  26. Navigating an often difficult path,
  27. No limits in sight.
  28. </pre>
  29. </body>