site/header.php

22 lines
676 B
PHP
Raw Normal View History

2019-09-14 16:58:11 +00:00
<html>
<head>
2019-09-14 18:29:05 +00:00
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
2019-09-14 16:58:11 +00:00
<title><?=isset($title) ? $title : "Welcome to ~tilde.club~"?></title>
2019-09-21 18:52:11 +00:00
<link rel="stylesheet" href="/style.css">
2019-09-14 16:58:11 +00:00
</head>
<body>
<div id="navbar">
<a href="/">~TILDE.CLUB~</a>
<a href="/">HOME</a>
<a href="/wiki/">WIKI</a>
2019-12-01 22:16:37 +00:00
<a href="https://liberapay.com/tilde.club" target="_blank">DONATE</a>
<a href="https://web.tilde.chat/?join=club" target="_blank">CHAT</a>
2019-12-08 04:43:37 +00:00
<a href="https://search.tilde.club/" target="_blank">SEARCH</a>
<a href="/signup/">SIGN-UP</a>
2019-09-21 18:52:11 +00:00
</div>
<div class="content">