Switched to HTML5-style routing Reworked Express backend to accommodate HTML5-style routing Links are now highlighted with a black background and white foreground Reworked spacing on H1s Added classes to nav buttons
14 lines
385 B
HTML
14 lines
385 B
HTML
<div class="headerContainer">
|
|
<div class="centreHeaderContainer">
|
|
<a href="/" class="titleAndTagline">
|
|
<span class="title">
|
|
Lemonblog
|
|
</span>
|
|
<span class="tagline">
|
|
adds zest to your day
|
|
</span>
|
|
</a>
|
|
<ng-include src="'partials/navbuttons.html'"></ng-include>
|
|
</div>
|
|
</div>
|