mirror of
https://github.com/sigmasternchen/drnk.me
synced 2025-03-15 17:58:54 +00:00
16 lines
685 B
PHP
16 lines
685 B
PHP
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>
|
|
<?php echo $data["title"] ?? "drnk.me"; ?>
|
|
</title>
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/static/icons/favicon32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/static/icons/favicon16.png">
|
|
<link rel="shortcut icon" href="/static/icons/favicon48.ico">
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/static/icons/favicon180.png">
|
|
<link rel="manifest" href="/static/icons/site.webmanifest">
|
|
<link rel="stylesheet" href="/static/css/main.css">
|
|
<link rel="stylesheet" href="/static/css/fontawesome.min.css">
|
|
<script src="/static/libs/htmx.js"></script>
|
|
</head>
|
|
<body>
|