File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed 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
+ < header class ="page-header " role ="banner ">
19
+ < h1 class ="project-name "> {{ page.description | default: site.description | default: site.github.repository_name }}</ h1 >
20
+ </ header >
21
+
22
+ < main id ="content " class ="main-content " role ="main ">
23
+ {{ content }}
24
+
25
+ < footer class ="site-footer ">
26
+ </ footer >
27
+ </ main >
28
+ </ body >
29
+ </ html >
You can’t perform that action at this time.
0 commit comments