aboutsummaryrefslogtreecommitdiff
path: root/includes/gui/header.php
blob: 8814b5bc80440d4d1726044b27e83f6c4fc56f51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php

require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/core/Main.php";
global $title;

?>
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="stylesheet" href="/assets/bootstrap.min.css">
    <title><?= WebCore\GUI\Metadata::title($title) ?></title>
</head>
<body>