File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="{{ site.lang | default: "en-US " }}">
3+ < head >
4+ < meta charset ="UTF-8 ">
5+
6+ {% seo %}
7+ < link rel ="preconnect " href ="https://fonts.gstatic.com ">
8+ < link rel ="preload " href ="https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap " as ="style " type ="text/css " crossorigin >
9+ < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
10+ < meta name ="theme-color " content ="#157878 ">
11+ < meta name ="apple-mobile-web-app-status-bar-style " content ="black-translucent ">
12+ < link rel ="stylesheet " href ="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }} ">
13+ {% include head-custom.html %}
14+ </ head >
15+ < body >
16+ < a id ="skip-to-content " href ="#content "> Skip to the content.</ a >
17+
18+ {% include header.html %}
19+
20+ < main id ="content " class ="main-content " role ="main ">
21+ {{ content }}
22+
23+ < footer class ="site-footer ">
24+ {% if site.github.is_project_page %}
25+ < span class ="site-footer-owner "> < 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 >
26+ {% endif %}
27+ < span class ="site-footer-credits "> This page was generated by < a href ="https://pages.github.com "> GitHub Pages</ a > .</ span >
28+ </ footer >
29+ </ main >
30+ </ body >
31+ </ html >
You can’t perform that action at this time.
0 commit comments