Example #1
0
<!doctype html>
<html <?php 
language_attributes();
?>
>
<head>
    <meta charset="<?php 
blog_info('charset');
?>
">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
    <link rel="pingback" href="<?php 
bloginfo('pingback_url');
?>
">
    <meta name="keywords" content="">
    <meta name="description" content="">
    
    <title>Chelsea - Multi-Purpose Business Bootstrap HTML5 Template</title>
    
    <!-- FAVICON AND APPLE TOUCH -->    
    <link rel="shortcut icon" href="<?php 
echo esc_url(get_template_directory_uri());
?>
/favicon.png">
    <link rel="apple-touch-icon-precomposed" sizes="180x180" href="<?php 
echo esc_url(get_template_directory_uri());
?>
/apple-touch-180x180.png">
    
Example #2
0
            </div>
        </div>
    </section>

    <section id="copyright">
        <div class="row">
            <div class="col-md-6">
                <p>&copy; 2015, All rights reserved</p>
                <p>Guna Trading House PLC</p>
                <p><a href="http://www.gunatradinghouse.com" class="text-primary">www.gunatradinghouse.com</a></p>
            </div>
            <div class="col-md-offset-4 col-md-2 text-right">Designed and Developed by<br><a class="text-primary" href="http://merhawifissehaye.github.io/works" target="_blank">ZewdWebs Digital Advertising</a></div>
        </div>
    </section>

    <!-- jQuery -->
    <script src="<?php 
echo blog_info('template_directory', 'show') . '/lib/js/jquery.js';
?>
"></script>

    <!-- Bootstrap Core JavaScript -->
    <script src="<?php 
echo blog_info('template_directory', 'show') . '/lib/js/bootstrap.min.js';
?>
"></script>

</div>
</body>

</html>