Files
Node.js-14-Cookbook/Chapter08/web-server-hardening/app/views/layout.jade
T
2017-07-31 11:33:31 +05:30

8 lines
125 B
Plaintext

doctype html
html
head
title= title
link(rel='stylesheet', href='/stylesheets/style.css')
body
block content