sphinx-bot
Version:
Sphinx chat bots
20 lines (19 loc) • 552 B
HTML
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Sphinx Bot Test</title>
<script src="../sphinx_bot/sphinx_bot.min.js"></script>
<style>
html{font-family: helvetica;}
body{background-color:#333;display:flex;align-items:center;flex-direction:column;}
</style>
</head>
<body>
<script>
console.log(window.sphinx_bot)
window.msg = new window.sphinx_bot.MessageEmbed()
</script>
</body>
</html>