require dirname(__FILE__) . '/../config.php';
require $PLATFORMCREATE;
ci()->load->helper('url')->library('template');
echo html_tag();
echo head_tag();
echo meta_charset();
echo viewport();
?>

        <title>Testing http_build_url()</title>
<?php 
echo favicon();
echo apple_touch_icon_precomposed();
echo cleartype_ie();
echo css_normalize();
?>

    <style type="text/css">

    body {
        background-color: #fff;
        margin: 40px;
        font: 16px/20px normal Helvetica, Arial, sans-serif;
        color: #4F5155;
    }

    h1 {
        color: #444;
        font-size: 24px;
        margin: 0 0 14px 0;
 public function css_normalize()
 {
     return css_normalize();
 }