Main (Only) Web Page: index.php - OrvilleChomer/PHP-mySQL-Message-Wall GitHub Wiki
This web app has multiple URIs for doing Ajax related stuff. But it has only one actual web page: index.php.
It:
- contains META tags including those to help it play nice when displayed on a mobile device (such as an iPhone).
- contains markup to set up various sections of the GUI (more on that later).
- contains reference to one and only one CSS file which this web app uses.
- contains <script> tags referring to the JavaScript files it uses.