willy.club/views/templates/header.php

20 lines
501 B
PHP
Raw Normal View History

2022-11-29 12:49:29 +00:00
<!DOCTYPE html>
<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.0">
2023-01-07 17:49:47 +00:00
<title><?=htmlspecialchars($title)?> - the Willy Club</title>
2022-12-13 16:59:47 +00:00
<link rel="stylesheet" href="<?=url('/static/style/main.css')?>">
2022-11-29 12:49:29 +00:00
</head>
<body>
2023-01-07 17:49:47 +00:00
<header>
2022-12-29 01:53:33 +00:00
<nav>
2023-01-07 17:49:47 +00:00
<span>[&nbsp;<a href="<?=url('/')?>">Home</a>&nbsp;]</span>
2022-12-29 01:53:33 +00:00
</nav>
2023-01-07 17:49:47 +00:00
</header>
<hr>
2022-12-13 16:59:47 +00:00
<main>