status-chat-widget/index.html

16 lines
382 B
HTML
Raw Permalink Normal View History

2019-04-09 21:22:27 +00:00
<html>
<head>
2019-04-11 00:51:29 +00:00
<style>
body {
background-color: #eef2f5;
}
</style>
2019-04-09 21:22:27 +00:00
</head>
<body>
2019-04-11 02:04:36 +00:00
<link rel="stylesheet" href="./themes/status.css">
2019-04-10 19:59:20 +00:00
<script src="./dist/js/statuswidget.js"></script>
2019-04-10 19:55:58 +00:00
<div id="status-chat-widget"></div>
2019-04-11 02:03:23 +00:00
<script>StatusWidget("gitter-bridge", document.getElementById("status-chat-widget"));</script>
2019-04-09 21:22:27 +00:00
</body>
</html>