-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblank.php
More file actions
32 lines (24 loc) · 822 Bytes
/
blank.php
File metadata and controls
32 lines (24 loc) · 822 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?php
require_once('top.php')
?>
<body id="page-top">
<!-- Page Wrapper -->
<div id="wrapper">
<?php
require_once('sidebar.php')
?>
<!-- Content Wrapper -->
<div id="content-wrapper" class="d-flex flex-column">
<!-- Main Content -->
<div id="content">
<?php
require_once('nav.php')
?>
<!-- Begin Page Content -->
<div class="container-fluid">
<!-- Page Heading -->
<div class="d-sm-flex align-items-center justify-content-between mb-4">
<h1 class="h3 mb-0 text-gray-800">Tableau de Bord</h1>
<a href="#" class="d-none d-sm-inline-block btn btn-sm btn-primary shadow-sm"><i class="fas fa-download fa-sm text-white-50"></i> Générer un Rapport</a>
</div>
<!-- Content Row -->