news.tatooine.club/_layouts/default.html

26 lines
724 B
HTML
Raw Normal View History

2023-06-06 09:13:12 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
2023-06-06 09:52:38 +00:00
<link rel="sitemap" type="application/xml" title="Sitemap" href="/sitemap.xml">
2023-06-10 06:44:20 +00:00
{% include_cached header.html %}
2023-06-09 08:11:10 +00:00
{% seo %}
2023-06-06 09:13:12 +00:00
</head>
<body>
<header>
<p>Text-Only
<a class="full-version-link button" href="https://apps.apple.com/in/app/beatroot-news/id1618735924">iOS</a>
<a class="full-version-link button" href="https://play.google.com/store/apps/details?id=com.beatrootnews.app">Android</a>
<a class="full-version-link button" href="https://app.beatrootnews.com/" title="Mobile-Web only">Web</a>
2023-06-06 09:13:12 +00:00
</p>
</header>
<main>
{{content}}
</main>
<div class="hr-line"></div>
2023-06-10 06:44:20 +00:00
{% include_cached footer.html %}
<script>{% include app.js %}</script>
2023-06-06 09:13:12 +00:00
</body>
</html>