diff options
Diffstat (limited to 'includes/header.php')
-rw-r--r-- | includes/header.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/includes/header.php b/includes/header.php new file mode 100644 index 0000000..90c5c2b --- /dev/null +++ b/includes/header.php @@ -0,0 +1,10 @@ +<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/functions.php"; ?> +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <title>Minteck</title> + <link rel="stylesheet" href="/assets/css/bootstrap.min.css"> + <script src="/assets/js/bootstrap.bundle.min.js"></script> +</head> +<body>
\ No newline at end of file |