mami/src/mami.html
flash cf71bab92d Rewrote connection handling.
This has been in the works for over a month and might break things because it's a very radical change.
If it causes you to be unable to join chat, report it on the forum or try joining using the legacy chat on https://sockchat.flashii.net.
2024-04-17 15:42:50 +00:00

34 lines
1.6 KiB
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>{title}</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, viewport-fit=cover">
<meta name="format-detection" content="telephone=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="theme-color" content="#000000">
<link rel="manifest" href="{mami.webmanifest}">
<link rel="apple-touch-icon" sizes="120x120" href="/icons/m120x.png">
<link rel="apple-touch-icon" sizes="152x152" href="/icons/m152x.png">
<link rel="apple-touch-icon" sizes="167x167" href="/icons/m167x.png">
<link rel="apple-touch-icon" sizes="180x180" href="/icons/m180x.png">
<link href="/vendor/fontawesome/css/all.min.css" rel="stylesheet" type="text/css">
<link href="{mami.css}" rel="stylesheet" type="text/css">
</head>
<body>
<noscript>
<div class="noscript">
<div class="noscript-content">
<div class="noscript-icon"><i class="fas fa-exclamation-triangle fa-3x"></i></div>
<div class="noscript-header">Enable Javascript!</div>
<div class="noscript-body">
<p>{title} is a web based chat application and requires Javascript to work.</p>
</div>
</div>
</div>
</noscript>
<script type="text/javascript" charset="utf-8" src="{init.js}"></script>
</body>
</html>