diff options
Diffstat (limited to 'templates/header.html')
| -rw-r--r-- | templates/header.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/templates/header.html b/templates/header.html new file mode 100644 index 0000000..7482894 --- /dev/null +++ b/templates/header.html @@ -0,0 +1,18 @@ +<div class="layout-topbar"> + <div class="bar-fill topbar-borderbottom"></div> + <div class="width-content same-height"> + <div class="topbar-lcsb topbar-borderbottom"> + <div class="logo-lcsb"></div> + </div> + <div class="topbar-text topbar-borderbottom"> + <div class="header-title">LCSB How-To Cards</div> + <div class="header-subtitle">Practical and handy reference</div> + </div> + <div class="bar-fill topbar-borderbottom"></div> + <div class="topbar-unilu topbar-borderbottom"> + <div class="logo-unilu"></div> + </div> + </div> + <div class="bar-fill topbar-borderbottom"></div> +</div> +<div class="width-content margin-center"> |
