forked from git-lfs/git-lfs.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.html
More file actions
19 lines (14 loc) · 745 Bytes
/
header.html
File metadata and controls
19 lines (14 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<header class="site-header">
<div class="wrapper">
<div class="column">
<a class="site-title" href="/">
{% include git_lfs_logo.html %}
</a>
<nav class="site-nav">
<a class="page-link" href="https://github.com/git-lfs/git-lfs/tree/main/docs?utm_source=gitlfs_site&utm_medium=docs_link&utm_campaign=gitlfs">Docs</a>
<a class="page-link" href="https://github.com/git-lfs/git-lfs/releases/latest?utm_source=gitlfs_site&utm_medium=downloads_link&utm_campaign=gitlfs">Downloads</a>
<a class="page-link" href="https://github.com/git-lfs/git-lfs?utm_source=gitlfs_site&utm_medium=source_link&utm_campaign=gitlfs">Source</a>
</nav>
</div>
</div>
</header>