chat.html 723B

1234567891011121314151617181920212223
  1. <!DOCTYPE html>
  2. <html lang="fr">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
  7. <!-- seems like the font cannot be changed in KiwiIRC without writing a full theme, so loading the CSS below is useless-->
  8. <!--
  9. <link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" /> -->
  10. </head>
  11. <body>
  12. <div style="height: auto">
  13. <iframe src="https://kiwiirc.com/nextclient/?theme=dark#irc://irc.rizon.net:+6697/#r/a/dio"
  14. style="border:0; width:100%; height:100%; position: absolute; top: 0px; left: 0px">
  15. </iframe>
  16. </div>
  17. </body>
  18. </html>