<!DOCTYPE html> 
<html lang="en-ie"> 
    <head> 
        <meta charset="utf-8" /> 
        <title><?=$this->sTitle?></title> 
        <meta name="author" content="Pierre-Henry Soria" /> 
        <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" /> 
        <link rel="stylesheet" href="./static/css/general.css" /> 
        <link rel="stylesheet" href="./static/css/tipsy.css" /> 
        <link rel="stylesheet" href="./static/css/bootstrap.css" /> 
        <link rel="stylesheet" href="./static/css/speech-input.css" /> 
        <script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> 
    </head> 
    <body> 
 
        <div class="container" role="main"> 
 
        <header> 
            <section class="hero-unit"> 
                <h1>Property Free Text Search</h1> 
                <h2>Looking for an accommodation in Ireland?</h2> 
            </section> 
        </header> 
 
        <section>
 
 |