Skip to content

Instantly share code, notes, and snippets.

@messutied
Last active February 13, 2020 12:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save messutied/59e60bd836d95e9f0a0a1e1a117b9fa1 to your computer and use it in GitHub Desktop.
Save messutied/59e60bd836d95e9f0a0a1e1a117b9fa1 to your computer and use it in GitHub Desktop.
Statuspal Custom Header & Footer Example

This is an example of custom header and footer for Statuspal.

<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