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

8 lines
115 B
Handlebars
Raw Normal View History

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