aboutsummaryrefslogtreecommitdiff
path: root/includes/admin/header.php
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-04-06 21:52:16 +0200
committerMinteck <contact@minteck.org>2022-04-06 21:52:16 +0200
commit9989797ecd50074ea8006613ce4b03e3b38f0e89 (patch)
tree9539df25f47f4da122b1bfcbbd3e0a2ab1a125dd /includes/admin/header.php
parent01632caf82659e4e8025b4fad91ff7388b369770 (diff)
downloadcloudsdale-9989797ecd50074ea8006613ce4b03e3b38f0e89.tar.gz
cloudsdale-9989797ecd50074ea8006613ce4b03e3b38f0e89.tar.bz2
cloudsdale-9989797ecd50074ea8006613ce4b03e3b38f0e89.zip
Admin panel done
Diffstat (limited to 'includes/admin/header.php')
-rw-r--r--includes/admin/header.php14
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