15 lines
483 B
HTML
15 lines
483 B
HTML
<!doctype html>
|
|
<html mol_view_root>
|
|
<head>
|
|
<meta charset='utf-8' />
|
|
<title>XMPP</title>
|
|
<meta name='viewport' content='width=device-width, height=device-height, initial-scale=1'>
|
|
<!--<link href='/logo/logo.svg' rel='icon' />-->
|
|
<meta name='mobile-web-app-capable' content='yes'>
|
|
<meta name='apple-mobile-web-app-capable' content='yes'>
|
|
</head>
|
|
<body mol_view_root>
|
|
<div mol_view_root='$xmpp'></div>
|
|
<script src='web.js' charset='utf-8'></script>
|
|
</body>
|
|
</html>
|