news.tatooine.club/_layouts/default.html

28 lines
731 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-06 09:13:12 +00:00
{% include 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>
2023-06-06 09:43:42 +00:00
<a title="Mobile-Web only" class="full-version-link button" href="https://app.beatrootnews.com/">Web</a>
2023-06-06 09:13:12 +00:00
</p>
</header>
<main>
{{content}}
</main>
<div class="hr-line"></div>
2023-06-09 08:40:34 +00:00
{% include topics.html %}
{% include footer.html %}
2023-06-06 09:13:12 +00:00
2023-06-09 16:21:43 +00:00
<script src="/app.js"></script>
2023-06-06 09:13:12 +00:00
</body>
</html>