mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-06 12:09:26 +01:00
14 lines
486 B
HTML
Vendored
14 lines
486 B
HTML
Vendored
<!doctype html>
|
|
<html lang="{{ page.lang | default: site.lang | default: "" }}">
|
|
{% include head.html %}
|
|
<body>
|
|
<div class="page-content">
|
|
<div class="wrapper">
|
|
<p class="centered"><small><a lang="en" rel="prefetch" href="/n/">Return to note index?</a></small></p>
|
|
{{ content }}</div>
|
|
<p class="centered"><small><a lang="en" rel="prefetch" href="/n/">Return to note index?</a></small></p>
|
|
{% include ad.html %}
|
|
</div>
|
|
</body>
|
|
</html>
|