Website/view/header.php

14 lines
464 B
PHP
Raw Normal View History

2023-03-21 17:23:14 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
2023-08-14 21:03:24 +00:00
<meta http-equiv="X-UA-Compatible" content="IE=edge">
2023-03-21 17:23:14 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2023-08-14 21:03:24 +00:00
<title><?=htmlspecialchars($title)?> - The Willy Club</title>
<link rel="stylesheet" href="<?=url('/style.css')?>">
<link rel="shortcut icon" href="<?=url('/wc.gif')?>" type="image/x-icon">
2023-03-21 17:23:14 +00:00
</head>
<body>
2023-08-14 21:03:24 +00:00
<!-- Lol -->
<script src="<?=url('/snow.js')?>"></script>
<main>