-
Notifications
You must be signed in to change notification settings - Fork 20
/
index.html
21 lines (21 loc) · 913 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0">
<link rel="icon" href="favicon.ico" />
<link rel="apple-touch-icon" href="/img/icons/apple-touch-icon.png" sizes="180x180">
<link rel="mask-icon" href="favicon.ico" color="#FFFFFF">
<script src="local.js" type="text/javascript"></script>
<title>XMPP web</title>
<meta name="description" content="Lightweight web chat client for XMPP server">
<meta name="theme-color" content="#333333">
</head>
<body class="has-navbar-fixed-top" id="body">
<noscript>
<strong>We're sorry but XMPP web doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<script type="module" src="/src/main.js"></script>
</body>
</html>