-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcustom-header.html
More file actions
20 lines (19 loc) · 920 Bytes
/
custom-header.html
File metadata and controls
20 lines (19 loc) · 920 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<div class="custom-header-bar">
<ul class="custom-header-navigation">
<li><a href="https://cdnjs.com" target="_blank">cdnjs.com</a></li>
<li><a href="https://github.com/cdnjs" target="_blank">GitHub</a></li>
<li><a href="https://twitter.com/cdnjs" target="_blank">Twitter</a></li>
<li><a href="https://github.com/cdnjs/cdnjs/discussions" target="_blank">Discussions</a></li>
</ul>
</div>
<div class="custom-masthead">
<div class="logo-container">
<a href="https://cdnjs.com/">
<img src="//dka575ofm4ao0.cloudfront.net/pages-transactional_logos/retina/89480/Web_Dark.png" alt="cdnjs"/>
</a>
</div>
<div id="replace-with-subscribe"></div>
<!-- Statuspage automatically replaces this with the subscribe button -->
<!-- We can then inject our custom buttons here once that has been replaced -->
<div class="clearfix"></div>
</div>