diff --git a/README.md b/README.md index b22d158..52fa289 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ has to be done manually by hand in the data base. - PHP 7+ (Something that has the mysqli extension) - MySQL (Tested with version 8 but should work with earlier versions) - FTP access to your server, or some way to transfer files to it +- A web browser. Any web browser will do. - Patience (It's a quite primitive piece of software) If you are on Windows and you want a quick test you can use something like [XAMPP](https://www.apachefriends.org/index.html). In Linux, @@ -41,5 +42,11 @@ of the board. Inside of each folder you can add as many images as you want (reco __That's it!! You're finally ready.__ + ![Project Overview](/docs/res/overview.png) +## Browser compatibility + +By default the site will render properly in pretty much any modern web browser. However, I tested it on Netscape 7.0 from back in 2002 and it is still usable. That means that pretty much any browser from the early-mid 2000s to our current times should be able to somehow render it in a way it is usable even if it doesn't look as it should... + +![Project Overview](/docs/res/enigmabbs.png) \ No newline at end of file diff --git a/docs/res/enigmabbs.png b/docs/res/enigmabbs.png new file mode 100644 index 0000000..8c144e2 Binary files /dev/null and b/docs/res/enigmabbs.png differ