2020-01-01 02:42:04 -07:00
|
|
|
<html lang="en">
|
2019-09-14 12:58:11 -04:00
|
|
|
<head>
|
2019-09-14 14:29:05 -04: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 12:58:11 -04:00
|
|
|
<title><?=isset($title) ? $title : "Welcome to ~tilde.club~"?></title>
|
2019-09-21 14:52:11 -04:00
|
|
|
<link rel="stylesheet" href="/style.css">
|
2019-09-19 21:34:15 -07:00
|
|
|
|
2019-09-14 12:58:11 -04:00
|
|
|
</head>
|
2019-09-19 21:34:15 -07:00
|
|
|
<body>
|
2020-05-06 00:50:17 -04:00
|
|
|
<?php include "nav.html"; ?>
|
2019-09-22 19:40:20 -06:00
|
|
|
<div class="content">
|