aboutsummaryrefslogtreecommitdiff
path: root/includes/header.php
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-04-14 16:55:43 +0200
committerMinteck <contact@minteck.org>2022-04-14 16:55:43 +0200
commit3c570954b0cc0d358aa00ab4cae4e91a2bb3a3da (patch)
treefe2d7c0d37206660fad4973fad85beb087203e11 /includes/header.php
parent30f3e751c58578443604713670a90f6a30d2340f (diff)
downloadember-3c570954b0cc0d358aa00ab4cae4e91a2bb3a3da.tar.gz
ember-3c570954b0cc0d358aa00ab4cae4e91a2bb3a3da.tar.bz2
ember-3c570954b0cc0d358aa00ab4cae4e91a2bb3a3da.zip
Rewrite
Diffstat (limited to 'includes/header.php')
-rw-r--r--includes/header.php10
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