This is an example of custom header and footer for Statuspal.
Last active
February 13, 2020 12:08
-
-
Save messutied/59e60bd836d95e9f0a0a1e1a117b9fa1 to your computer and use it in GitHub Desktop.
Statuspal Custom Header & Footer Example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<header> | |
<div class="container"> | |
<div class="brand-name-container"> | |
<a class="brand-name" href="/"> YourCompany Status</a> | |
</div> | |
<div class="menu-items"> | |
<a href="http://some-site.com">My link 1</a> | |
{{subscribe_button}} | |
</div> | |
</div> | |
</header> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment