2
0
mirror of https://github.com/tildeclub/site synced 2024-06-22 00:47:09 +00:00
site/header.php
Ben Harris 9f7c330162
All checks were successful
continuous-integration/drone/push Build is passing
add navbar to wiki
2020-05-06 01:06:18 -04:00

13 lines
367 B
PHP

<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title><?=isset($title) ? $title : "Welcome to ~tilde.club~"?></title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<?php include "nav.html"; ?>
<div class="content">