Files
node_learning_module_1/day3/views/layout.jade
T

8 lines
125 B
Plaintext
Raw Normal View History

2022-02-06 20:17:46 -05:00
doctype html
html
head
title= title
link(rel='stylesheet', href='/stylesheets/style.css')
body
block content