1
0
CompleteNodeJS/web-server/templates/partials/header.hbs

8 lines
125 B
Handlebars
Raw Normal View History

<header>
<h1>{{title}}</h1>
2019-10-06 00:06:33 +00:00
<a href="/">Weather</a>
<a href="/about">About</a>
<a href="/help">Help</a>
</header>