mirror of
https://github.com/lloeki/presence.git
synced 2025-12-06 08:54:39 +01:00
21 lines
559 B
HTML
21 lines
559 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;"/>
|
|
<title>lloeki - {{ page.title }}</title>
|
|
<link rel="stylesheet" href="/style.css" />
|
|
</head>
|
|
<body lang='en-US'>
|
|
<main>
|
|
<h1 class='title'>{{ page.title }}</h1>
|
|
|
|
<section class='content'>
|
|
{{ content }}
|
|
</section>
|
|
</main>
|
|
<footer>
|
|
<a href="https://www.lloeki.dev">www.lloeki.dev</a> - hack. build. create.
|
|
</footer>
|
|
</body>
|
|
</html>
|