28 lines
1.3 KiB
HTML
28 lines
1.3 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">
|
||
|
</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="{mami-init.js}"></script>
|
||
|
</body>
|
||
|
</html>
|