status-chat-widget/index.html

16 lines
382 B
HTML

<html>
<head>
<style>
body {
background-color: #eef2f5;
}
</style>
</head>
<body>
<link rel="stylesheet" href="./themes/status.css">
<script src="./dist/js/statuswidget.js"></script>
<div id="status-chat-widget"></div>
<script>StatusWidget("gitter-bridge", document.getElementById("status-chat-widget"));</script>
</body>
</html>