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

16 lines
176 B
Handlebars
Raw Normal View History

2019-09-30 00:53:20 +00:00
<!DOCTYPE html>
2019-09-30 00:53:20 +00:00
<html>
2019-09-30 00:53:20 +00:00
<head>
<link rel="stylesheet" href="/css/styles.css">
2019-09-30 00:53:20 +00:00
</head>
2019-09-30 00:53:20 +00:00
<body>
2019-10-06 00:06:33 +00:00
{{>header}}
<img src="/img/me.jpg">
2019-10-06 00:06:33 +00:00
{{>footer}}
2019-09-30 00:53:20 +00:00
</body>
2019-09-30 00:53:20 +00:00
</html>