Files
004_comission/james_endl/COMP3322A-Lab-6-Nodejs-WebService-Pug/docs/lab6_materials/layout.pug
louiscklaw 7d30025aed update,
2025-01-31 21:26:01 +08:00

10 lines
356 B
Plaintext

doctype html
html
head
title= "lab6"
link(rel='stylesheet', href='/stylesheets/style.css')
meta(name="viewport" content="width=device-width, initial-scale=1.0")
body
block content
script(src='https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js')
script(src='/javascripts/externalJS.js')