diff options
| author | Unknown <Alee14498@gmail.com> | 2017-10-21 16:06:57 -0400 |
|---|---|---|
| committer | Unknown <Alee14498@gmail.com> | 2017-10-21 16:06:57 -0400 |
| commit | 492fd1e1ec143699a35f1c9d08f07b061cb54f57 (patch) | |
| tree | 7ab6cfc583176efaab7e7eb9d01b3923585a8403 /src | |
| parent | 7f5874d325bd1f951a36a92b888966a482f444d9 (diff) | |
| download | AleeBot-492fd1e1ec143699a35f1c9d08f07b061cb54f57.tar.gz AleeBot-492fd1e1ec143699a35f1c9d08f07b061cb54f57.tar.bz2 AleeBot-492fd1e1ec143699a35f1c9d08f07b061cb54f57.zip | |
Added index.js and setup.html
Diffstat (limited to 'src')
| -rw-r--r-- | src/index.js | 0 | ||||
| -rw-r--r-- | src/setup.html | 8 |
2 files changed, 8 insertions, 0 deletions
diff --git a/src/index.js b/src/index.js new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/src/index.js diff --git a/src/setup.html b/src/setup.html new file mode 100644 index 0000000..a874596 --- /dev/null +++ b/src/setup.html @@ -0,0 +1,8 @@ +<DOCTYPE HTML> +<html> + <head> + </head> + <body> + <h1>Welcome to AleeBot! <b>Please note that this isn't the final design for this setup</b> + </body> +</html>
\ No newline at end of file |
