<!DOCTYPE html> <html lang="en" dir="ltr"> <head> <meta charset="utf-8"> <title>Connect</title> <script src="scripts/include.js"></script> <script src="scripts/profiles.js"></script> <script src="scripts/communications.js"></script> <script src="scripts/scripts.js"></script> <link rel="stylesheet" href="style.css"> </head> <body> <div class="chat-menu"> <ul id="chat-menu-profiles"> </ul> <ul id="chat-menu-config"> <li><a href="#" onclick="switch_new_profile()">New Profile</a></li> </ul> </div> <div class="chat-main" id="chat-main"> <p> Welcome to the chat client! Select a server, or create a new one. </p> </div> </body> </html>