aboutsummaryrefslogtreecommitdiff
path: root/src/setup.html
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-10-22 12:49:49 -0400
committerAlee14 <Alee14498@gmail.com>2017-10-22 12:49:49 -0400
commit7cc7c8984b532b1dc12c720c045a23bc827a553c (patch)
treed3171ac353a67300065455a00c50bb968acb334c /src/setup.html
parentfc1418f89362c1b637026dc8f6a13ab4bb195762 (diff)
downloadAleeBot-7cc7c8984b532b1dc12c720c045a23bc827a553c.tar.gz
AleeBot-7cc7c8984b532b1dc12c720c045a23bc827a553c.tar.bz2
AleeBot-7cc7c8984b532b1dc12c720c045a23bc827a553c.zip
Beautifing AleeBot
Diffstat (limited to 'src/setup.html')
-rw-r--r--src/setup.html32
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>