diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-10-22 12:49:49 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2017-10-22 12:49:49 -0400 |
| commit | 7cc7c8984b532b1dc12c720c045a23bc827a553c (patch) | |
| tree | d3171ac353a67300065455a00c50bb968acb334c /src/setup.html | |
| parent | fc1418f89362c1b637026dc8f6a13ab4bb195762 (diff) | |
| download | AleeBot-7cc7c8984b532b1dc12c720c045a23bc827a553c.tar.gz AleeBot-7cc7c8984b532b1dc12c720c045a23bc827a553c.tar.bz2 AleeBot-7cc7c8984b532b1dc12c720c045a23bc827a553c.zip | |
Beautifing AleeBot
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> |
