This repository has been archived on 2023-11-30. You can view files and clone it, but cannot push or open issues or pull requests.
qdouze-wordpress-theme/header.php

26 lines
832 B
PHP
Raw Normal View History

2018-10-24 14:02:44 +02:00
<!DOCTYPE html>
<html lang="fr">
2018-10-24 14:13:40 +02:00
<head>
<meta charset="utf-8">
<title>Blue Sky, by Kazhnuz</title>
2018-10-24 14:02:44 +02:00
<!-- mon icon -->
2018-10-24 14:13:40 +02:00
<link rel="shortcut icon" href="img/favicon.png">
2018-10-24 14:02:44 +02:00
<!-- framework utilisés -->
2018-10-24 14:13:40 +02:00
<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">