10 lines
356 B
Plaintext
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') |