mirror of
https://github.com/rbreu/beeref.git
synced 2026-03-11 08:54:28 +00:00
31 lines
1.8 KiB
HTML
31 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="{{ site.lang | default: "en-US" }}">
|
|
<head>
|
|
|
|
{% seo %}
|
|
<link rel="preconnect" href="https://fonts.gstatic.com">
|
|
<link rel="preload" href="https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap" as="style" type="text/css" crossorigin>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="theme-color" content="#157878">
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
|
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
|
|
</head>
|
|
<body>
|
|
<header class="page-header" role="banner">
|
|
<h1 class="project-name"><img class="logo" align="top" src="{{ site.baseurl}}/assets/images/logo.png"> {{ page.title | default: site.title | default: site.github.repository_name }}</h1>
|
|
<h2 class="project-tagline">{{ page.description | default: site.description | default: site.github.project_tagline }}</h2>
|
|
<a href="{{ site.github.latest_release.html_url }}" class="btn">Download {{ site.github.latest_release.tag_name }}</a>
|
|
<a href="{{ site.github.repository_url }}/discussions" class="btn">Discussions</a>
|
|
<a href="{{ site.github.repository_url }}/releases.atom" class="btn"><img align="bottom" width="16rem" src="{{ site.baseurl}}/assets/images/feed_icon.png"></a>
|
|
</header>
|
|
|
|
<main id="content" class="main-content" role="main">
|
|
{{ content }}
|
|
|
|
<footer class="site-footer">
|
|
<span class="site-footer-owner"><a href="{{ site.github.repository_url }}">{{ site.title }}</a> is published under {{ site.github.license.name }}.</span>
|
|
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a>.</span>
|
|
</footer>
|
|
</main>
|
|
</body>
|
|
</html>
|