ami/src/ami.html

31 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 href="{ami.css}" rel="stylesheet" type="text/css">
<link href="/picker.css" rel="stylesheet" type="text/css">
</head>
<body>
<noscript>
<div class="noscript">
<div class="noscript-background">
<div class="noscript-background-overlay"></div>
</div>
<div class="noscript-content">
<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 class="noscript-icon"><div class="sprite sprite-warning"></div></div>
</div>
</div>
</noscript>
<script src="/picker.js" type="text/javascript" charset="utf-8"></script>
<script src="{ami.js}" type="text/javascript" charset="utf-8"></script>
</body>
</html>