<!DOCTYPE html> <html lang=“{{ site.lang | default: ” en-US “ }}”> {% include head.html %} <body>
<h1 style="text-align: center;">{{ page.title | default: site.title | default: site.github.repository_name }}</h1> <h2 style="text-align: center;">{{ page.description | default: site.description | default: site.github.project_tagline }}</h2> {% if site.show_downloads %} <h3 style="text-align: center;"><a href="{{ site.repo_url | default: site.github.repository_url }}">View on {{ site.git_provider | default: GitHub }}</a> | <a href="{{ site.download_url | default: site.github.repository_url }}/releases">Downloads</a></h3> {% endif %} <hr> {{ content }} <footer class="site-footer"> {% if site.github.is_project_page %} <span><a href="{{ site.github.repository_url }}">{{ site.github.repository_name }}</a> is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a>.</span> {% endif %} <br> <span>This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/luke2m/watercss-jekyll">water.css theme</a>.</span> </footer> {% if site.goatcounter %} <script data-goatcounter="https://{{ site.goatcounter }}.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script> {% endif %} </body>
</html>