Files
internship_node/day13/views/layout.jade
T

9 lines
233 B
Plaintext
Raw Normal View History

2022-02-06 22:17:54 -05:00
doctype html
html
head
title= title
2025-07-17 21:55:47 +01:00
link(rel='stylesheet', href='https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css')
2022-02-06 22:17:54 -05:00
link(rel='stylesheet', href='/stylesheets/style.css')
body
block content