ntv-site/includes/header.php
2023-03-26 10:48:25 +03:00

20 lines
570 B
PHP

<!DOCTYPE html>
<html>
<head>
<title>NTV</title>
<link rel="stylesheet" href="styles.css?cache=<?php echo bin2hex(random_bytes(16)); ?>">
</head>
<body>
<header>
<a href="/"><img src="/img/banner.png" class="banner" alt='NTV banner with the tagline "You decide."'></a>
<nav>
<a href="/" class="button">home</a>
<a href="#" class="button">watch</a>
<a href="#" class="button">queue</a>
<a href="#" class="button">request</a>
<a href="#" class="button">about</a>
<a href="#" class="button">contact</a>
</nav>
</header>
<main>