mirror of https://github.com/tildeclub/site.git
7 lines
148 B
PHP
7 lines
148 B
PHP
|
<html>
|
||
|
<head>
|
||
|
<title><?=isset($title) ? $title : "Welcome to ~tilde.club~"?></title>
|
||
|
<link rel="stylesheet" href="style.css">
|
||
|
</head>
|
||
|
<body>
|