2024-01-18 19:50:37 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>{title}</title>
|
2024-02-11 01:42:39 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, viewport-fit=cover">
|
2024-01-18 19:50:37 +00:00
|
|
|
<meta name="format-detection" content="telephone=no">
|
2024-02-11 01:42:39 +00:00
|
|
|
<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">
|
2024-01-18 19:50:37 +00:00
|
|
|
<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">
|
2024-02-09 23:28:02 +00:00
|
|
|
<p>{title} is a web based chat application and requires Javascript to work.</p>
|
2024-01-18 19:50:37 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</noscript>
|
2024-04-17 15:42:50 +00:00
|
|
|
<script type="text/javascript" charset="utf-8" src="{init.js}"></script>
|
2024-01-18 19:50:37 +00:00
|
|
|
</body>
|
|
|
|
</html>
|