mirror of
https://github.com/Alia5/GlosSI.git
synced 2024-11-07 03:20:35 +00:00
50 lines
2.0 KiB
HTML
50 lines
2.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="{{ site.lang | default: "en-US" }}">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
{% seo %}
|
|
<link rel="stylesheet" href="{{ "/assets/css/style.css?v=" | append: site.github.build_revision | relative_url }}">
|
|
<!--[if lt IE 9]>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
|
|
<![endif]-->
|
|
{% include head-custom.html %}
|
|
</head>
|
|
<body>
|
|
<div class="wrapper">
|
|
<header>
|
|
<h1><a href="{{ "/" | absolute_url }}">{{ site.title | default: site.github.repository_name }}</a></h1>
|
|
|
|
{% if site.logo %}
|
|
<img src="{{site.logo | relative_url}}" alt="Logo" />
|
|
{% endif %}
|
|
|
|
<p>{{ site.description | default: site.github.project_tagline }}</p>
|
|
|
|
{% if site.show_downloads %}
|
|
<ul class="downloads">
|
|
<li><a href="{{ site.github.release_url }}">Download <strong>Latest Release</strong></a></li>
|
|
<li><a href="{{ site.github.snapshot_url }}">Download <strong>Snapshot</strong></a></li>
|
|
<li><a href="{{ site.github.repository_url }}">View On <strong>GitHub</strong></a></li>
|
|
</ul>
|
|
{% endif %}
|
|
</header>
|
|
<section>
|
|
|
|
{{ content }}
|
|
|
|
</section>
|
|
<footer>
|
|
{% if site.github.is_project_page %}
|
|
<p>This project is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a></p>
|
|
<p><small>Copyright 2017 - 2022</small></p>
|
|
<p><small> Peter Repukat - FlatspotSoftware</small></p>
|
|
{% endif %}
|
|
<p><small>Hosted on GitHub Pages — Theme based on <a href"https://github.com/pages-themes/minimal">minimal</a> by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
|
|
</footer>
|
|
</div>
|
|
<script src="{{ "/assets/js/scale.fix.js" | relative_url }}"></script>
|
|
</body>
|
|
</html> |