1
0
Fork 0
CompleteNodeJS/web-server/templates/views/about.hbs

22 lines
404 B
Handlebars

<!DOCTYPE html>
<html>
<head>
<title>About</title>
<link rel="icon" href="/img/weather.png">
<link rel="stylesheet" href="/css/styles.css">
</head>
<body>
<div class="main-content">
{{>header}}
<p>This site was created by Jason Williams. It uses data from mapbox.com and weatherstack.com!</p>
<img class="portrait" src="/img/me.jpg">
</div>
{{>footer}}
</body>
</html>