diff options
Diffstat (limited to 'src/setup.html')
| -rw-r--r-- | src/setup.html | 32 |
1 files changed, 24 insertions, 8 deletions
diff --git a/src/setup.html b/src/setup.html index f2e4b7b..7d47b7a 100644 --- a/src/setup.html +++ b/src/setup.html @@ -1,10 +1,26 @@ +<!-- +********************************************** +* +* AleeBot for Discord servers +* Copyright (C) 2017 AleeCorp +* License: MIT +* +********************************************** +--> <!DOCTYPE HTML> <html> - <head> - </head> - <body> - <h1>Welcome to AleeBot!</h1> - <br> - <b>Please note that this isn't the final design for this setup</b> - </body> -</html>
\ No newline at end of file + +<head> +</head> + +<body> + <h1>Welcome to AleeBot!</h1> + <br> + <b>Please note that this isn't the final design for this setup</b> +</body> +<script> + const aleebot = require('bot.js') + console.log(aleebot) +</script> + +</html> |
