/bot.html Secret
Created
February 4, 2018 08:53
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
layout: default | |
--- | |
<div class="botui-app-container" id="self-intro"> | |
<bot-ui></bot-ui> | |
</div> | |
<script src="https://cdn.jsdelivr.net/vue/latest/vue.min.js"></script> | |
<!-- <script src="https://unpkg.com/botui/build/botui.min.js"></script> --> | |
<script src="../js/botui.min.js"></script> | |
<script src="../js/bot.js"></script> | |
</body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment