diff options
Diffstat (limited to 'includes/admin/header.php')
-rw-r--r-- | includes/admin/header.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/includes/admin/header.php b/includes/admin/header.php new file mode 100644 index 0000000..58a1b74 --- /dev/null +++ b/includes/admin/header.php @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <title> + Project Cloudsdale Admin Panel + </title> + <meta http-equiv="X-UA-Compatible" content="ie=edge"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <link rel="stylesheet" href="/assets/css/bootstrap.css"> + <script src="/assets/js/bootstrap.js"></script> +</head> +<body> + <?php require_once $_SERVER["DOCUMENT_ROOT"] . "/includes/admin/navigation.php"; ?>
\ No newline at end of file |