mirror of
https://github.com/lloeki/presence.git
synced 2025-12-06 08:54:39 +01:00
Set up everything
This commit is contained in:
commit
f9220ada9b
24 changed files with 651 additions and 0 deletions
21
_layouts/default.html
Normal file
21
_layouts/default.html
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<!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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue