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/JimMartinson/Lab12/Pico/themes/default/ |
Upload File : |
<!DOCTYPE html> <html lang="en" class="no-js"> <head> <meta charset="utf-8" /> <title>{% if meta.title %}{{ meta.title }} | {% endif %}{{ site_title }}</title> {% if meta.description %} <meta name="description" content="{{ meta.description|striptags }}"> {% endif %}{% if meta.robots %} <meta name="robots" content="{{ meta.robots }}"> {% endif %} <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,700" type="text/css" /> <link rel="stylesheet" href="{{ theme_url }}/style.css" type="text/css" /> <link rel="stylesheet" href="{{ theme_url }}/fontello.css" type="text/css" /> <script src="{{ theme_url }}/scripts/modernizr-2.6.1.min.js"></script> </head> <body> <header id="header"> <div class="inner clearfix"> <h1><a href="{{ "index"|link }}" id="logo">{{ site_title }}</a></h1> <nav> <ul> {% for page in pages if page.title %} <li{% if page.id == current_page.id %} class="active"{% endif %}> <a href="{{ page.url }}">{{ page.title }}</a> </li> {% endfor %} </ul> </nav> </div> </header> <section id="content"> <div class="inner"> {{ content }} </div> </section> <footer id="footer"> <div class="inner"> <div class="social"> {% for social in meta.social %} <a href="{{ social.url }}" title="{{ social.title }}"><span class="icon-{{ social.icon }}"></span></a> {% endfor %} </div> <a href="http://picocms.org/">Pico</a> was made by <a href="http://gilbert.pellegrom.me">Gilbert Pellegrom</a> and is maintained by <a href="https://github.com/picocms/Pico/graphs/contributors">The Pico Community</a>. Released under the <a href="https://github.com/picocms/Pico/blob/master/LICENSE.md">MIT license</a>. </div> </footer> </body> </html>