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

21 lines
301 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}}
<img class="portrait" src="/img/me.jpg">
</div>
{{>footer}}
</body>
</html>