|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/conceptlabs1/browser_extensions/chrome/ |
Upload File : |
<!DOCTYPE HTML> <html> <head> <title>CHAT</title> <script type="text/javascript" src="cext.js"></script> </head> <body> <div> Host Address: <input type="text" id="hst" name="hst" title="Enter chat host address" value="127.0.0.1/simple-web-chat/" /><br/> Name: <input type="text" id="nam" name="nam" title="Enter your name"/><br/> <input id="start" name="start" type="button" value="Chat" /> </div> </body> </html>