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>