site/header.php

7 lines
148 B
PHP
Raw Normal View History

2019-09-14 16:58:11 +00:00
<html>
<head>
<title><?=isset($title) ? $title : "Welcome to ~tilde.club~"?></title>
<link rel="stylesheet" href="style.css">
</head>
<body>