site/header.php

10 lines
342 B
PHP
Raw Normal View History

2020-03-07 19:15:37 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>tilderadio<?=isset($title) ? " | $title" : "" ?></title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./css/hacker.css">
</head>
<body>
<div class="container">