mami/src/mami.html

30 lines
1.4 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">
<meta name="format-detection" content="telephone=no">
<link rel="manifest" href="/manifest.json">
<link href="/vendor/fontawesome/css/all.min.css" rel="stylesheet" type="text/css">
<link href="{mami.css}" rel="stylesheet" type="text/css">
<link href="/picker.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 and requires Javascript to work.</p>
<p>If you use any other privacy tools that prevent loading content from other domains, you may also need to white list <code>static.flash.moe</code> as many resources are loaded from there.</p>
</div>
</div>
</div>
</noscript>
<script type="text/javascript" charset="utf-8" src="/picker.js"></script>
<script type="text/javascript" charset="utf-8" src="{mami-init.js}"></script>
</body>
</html>