Updates
* Updated navigation to show "about" page.
* Updated "add_subnet" function to spawn a process thread upon creation.
* Updated "add_subnet" function to verify a subnet doesn't already exist before adding.
* Refactored server.py startup script to make app more efficient and reliable.
* Refactored db class to reconnect to the DB on connection drops.
* Switched to use "waitress" as the WSGI server.
* Tidied model structure.
Fixes
* Fixed subnet threads bug that occurred when deleting a subnet.