drnk.me/templates/layout/top.php
2023-11-30 22:34:36 +01:00

9 lines
177 B
PHP

<!DOCTYPE html>
<html>
<head>
<title>
<?php echo $data["title"] ?? "drnk.me"; ?>
</title>
<link rel="stylesheet" href="/static/css/main.css">
</head>
<body>