diff options
| author | Mistivia <i@mistivia.com> | 2025-10-24 00:11:55 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-10-24 00:11:55 +0800 |
| commit | ffa71fb8b2e5521f93d8599279af2b28a0795a66 (patch) | |
| tree | acd96fd3e03cb39c8a648c6298b96b9c847e716f /kiwiirc/index.html | |
| parent | 5c71d2a538a93fd4a4fc06cb7941231cc5c0b104 (diff) | |
add web irc
Diffstat (limited to 'kiwiirc/index.html')
| -rw-r--r-- | kiwiirc/index.html | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/kiwiirc/index.html b/kiwiirc/index.html new file mode 100644 index 0000000..10a7b8c --- /dev/null +++ b/kiwiirc/index.html @@ -0,0 +1,35 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8"> + <meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1"> + <link rel="icon" type="image/png" href="static/favicon.png"> + <title>Kiwi IRC</title> + <style> + /* target specific styles */ + body { + /* disable the 'pull down to refresh' on mobiles */ + overflow: hidden; + } + .kiwi-noscript-warn { + text-align: center; + font-weight: bold; + padding: 1em; + } + </style> + <style class="embedly-css"> + .card .hdr { + display:none; + } + </style> + <script defer src="static/js/chunk-vendors.92080668.js"></script><script defer src="static/js/app.8396d97d.js"></script><link href="static/css/app.c2cb7b73.css" rel="stylesheet"></head> + <body> + <noscript> + <div class="kiwi-noscript-warn"> + Please enable JavaScript and refresh the page to use this website. + </div> + </noscript> + <div id="app"></div> + <!-- built files will be auto injected --> + </body> +</html> |
