25 lines
832 B
PHP
25 lines
832 B
PHP
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Blue Sky, by Kazhnuz</title>
|
|
|
|
<!-- mon icon -->
|
|
<link rel="shortcut icon" href="img/favicon.png">
|
|
|
|
<!-- framework utilisés -->
|
|
<link href="<?php echo get_template_directory_uri() . "/css/bootstrap.min.css"; ?>" rel="stylesheet"/>
|
|
<link href="<?php echo get_template_directory_uri() . "/css/fork-awesome.min.css"; ?>" rel="stylesheet"/>
|
|
|
|
<link href="<?php bloginfo('stylesheet_url'); ?>" rel="stylesheet"/>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="wrapper" class="card">
|
|
<header>
|
|
<?php include(TEMPLATEPATH . '/components/navbar-pages.php'); ?>
|
|
<?php include(TEMPLATEPATH . '/components/logo.php'); ?>
|
|
<?php include(TEMPLATEPATH . '/components/navbar-category.php'); ?>
|
|
</header>
|
|
<section class="container-fluid">
|
|
<div class="row">
|