This repository was archived by the owner on Dec 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.html
More file actions
57 lines (50 loc) · 2.54 KB
/
Copy pathdefault.html
File metadata and controls
57 lines (50 loc) · 2.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="{{ site.lang | default: "en-US" }}">
<head>
<meta charset="UTF-8">
<!-- Bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous"/>
<!-- Online Content -->
<link rel="icon" href="https://avatars.githubusercontent.com/u/108847584?s=200&v=4"/>
<link rel="stylesheet" href="https://cdn.statically.io/gh/dependabot-pr/Static-Files/main/style.css"/>
<link rel="stylesheet" href="https://cdn.statically.io/gh/dependabot-pr/Static-Files/main/animation.css"/>
{% seo %}
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
{% include head-custom.html %}
</head>
<body>
<a id="skip-to-content" href="#content">Skip to the content.</a>
<nav id="customNav" class="navbar navbar-expand-sm bg-light fixed-top">
<div class="container-fluid">
<ul class="navbar-nav justify-content-start">
<li>
<a href="{{ site.github.repository_url }}" draggable="false">
<img alt="a" id="hrtLogo" src="https://avatars.githubusercontent.com/u/108847584?s=200&v=4" draggable="false"/>
</a>
</li>
</ul>
<ul class="navbar-nav justify-content-end">
<li>
<h3 class="noSelect">{{ page.title | default: site.title | default: site.github.repository_name }}</h3>
</li>
</ul>
</div>
</nav>
<div id="progressBar"></div>
<div id="scrollTop"><i class="fa fa-angle-up"></i></div>
<main id="content" class="main-content pushDown200" role="main">
{{ content }}
<footer class="site-footer">
{% if site.github.is_project_page %}
<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>
{% endif %}
</footer>
</main>
<script src="https://cdn.statically.io/gh/dependabot-pr/Static-Files/main/my-scripts.js"></script>
<!-- bootstrap -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<!-- awesomeFonts -->
<script src="https://kit.fontawesome.com/c5266611a7.js" crossorigin="anonymous"></script>
</body>
</html>