1f349.com/+layout.html

25 lines
559 B
HTML
Raw Normal View History

2023-07-29 14:19:09 +01:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/style.css" />
2023-07-29 14:19:09 +01:00
{{head}}
</head>
<body>
<header>
2023-11-03 09:44:38 +00:00
<h1>🍉 - 1f349.com</h1>
2023-07-29 14:19:09 +01:00
<p>
<a href="/">Home</a>
&nbsp;-&nbsp;
<a href="/hosting">Hosting</a>
&nbsp;-&nbsp;
2023-11-03 09:44:38 +00:00
<a href="https://admin.1f349.com" target="_blank">Admin</a>
2023-10-18 00:03:38 +01:00
&nbsp;-&nbsp;
2023-11-03 09:44:38 +00:00
<a href="https://status.1f349.com" target="_blank">Status</a>
2023-07-29 14:19:09 +01:00
</p>
</header>
{{page}}
</body>
</html>