Files
internship_node/day13/views/layout.jade
T
2025-07-17 21:55:47 +01:00

9 lines
233 B
Plaintext

doctype html
html
head
title= title
link(rel='stylesheet', href='https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css')
link(rel='stylesheet', href='/stylesheets/style.css')
body
block content