mirror of
https://github.com/lloeki/presence.git
synced 2025-12-06 08:54:39 +01:00
Post "Pulling the plug on ArchMac"
This commit is contained in:
parent
97d3286186
commit
bb7a3da609
5 changed files with 256 additions and 40 deletions
|
|
@ -2,9 +2,20 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>{{ page.title }}</title>
|
||||
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;"/>
|
||||
<title>lna7n - {{ page.title }}</title>
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
</head>
|
||||
<body>
|
||||
{{ content }}
|
||||
<body lang='en-US'>
|
||||
<main>
|
||||
<h1 class='title'>{{ page.title }}</h1>
|
||||
|
||||
<section class='content'>
|
||||
{{ content }}
|
||||
</section>
|
||||
</main>
|
||||
<footer>
|
||||
<a href="https://lna7n.org">lna7n.org</a> - hack. build. create.
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue