diff options
| -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 |
