This commit is contained in:
InsanusMokrassar 2020-08-23 21:59:06 +06:00
parent c2788224e7
commit 09416a0ba0

View File

@ -10,7 +10,7 @@
<input type="submit" value="Start bot"> <input type="submit" value="Start bot">
</form> </form>
<div id="start_offer">Type your bot token to the input above to start its work</div> <div id="start_offer">Type your bot token to the input above to start its work</div>
<script type="text/javascript" src="ResenderBot.js"></script> <script type="text/javascript" src="ResenderBotLib.js"></script>
<div id="bots_container"></div> <div id="bots_container"></div>
</body> </body>
</html> </html>