mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2026-04-08 00:27:56 +02:00
18 lines
624 B
HTML
Vendored
18 lines
624 B
HTML
Vendored
<!doctype html>
|
|
<html lang="{{ page.lang | default: site.lang | default: "" }}">
|
|
{% include head.html %}
|
|
<body>
|
|
<div class="page-content">
|
|
<div class="wrapper">
|
|
|
|
<!-- https://keepandroidopen.org/banner/ -->
|
|
<script src="https://keepandroidopen.org/banner.js?size=minimal&animation=off"></script>
|
|
|
|
<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>
|