aboutsummaryrefslogtreecommitdiff
path: root/views/partials/header.php
blob: 790cbe5b5923fa2f6c22b997865e04ac3cb368eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<?php if ($_SERVER['REQUEST_URI'] == '/') { ?>
<html class="body-gradient" lang="en-us">
<?php } else { ?>
<html class="body-opaque" lang="en-us">
<?php } ?>

    <head>

        <meta charset="utf-8">

        <title>Edwin Mattiacci - <?php webTitle();?></title>

        <meta name="author" content="Edwin Mattiacci">
        <meta name="description" content="Edwin Mattiacci Voiceover. Narration, Trailers, Commercials, and More.">
        <meta name="keywords" content="Edwin, Mattiacci, Voice, Voiceover, Narration, Trailers, Commercials">
        <meta name="viewport" content="width=device-width, initial-scale=1">

        <?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/snippets/favicons.php'; ?>

        <link rel="stylesheet" href="/dist/app.css">

        <?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/snippets/rss.php'; ?>

    </head>

    <body id="main">

<?php require 'navigator.php'; ?>