diff options
Diffstat (limited to 'includes/header.php')
-rw-r--r-- | includes/header.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/header.php b/includes/header.php index a2574b4..7297572 100644 --- a/includes/header.php +++ b/includes/header.php @@ -7,7 +7,8 @@ <meta name="description" content="Minteck's Website"> <meta name="version" content="<?= version() ?> (#<?= build() ?>)"> <link rel="stylesheet" href="/assets/css/bootstrap.min.css"> + <link rel="stylesheet" href="/assets/css/main.css"> <script src="/assets/js/bootstrap.bundle.min.js"></script> <meta name="viewport" content="width=device-width, initial-scale=1"> </head> -<body>
\ No newline at end of file +<body class="bg-dark">
\ No newline at end of file |