doctype html head meta(charset='utf-8') // if render blocking js: link(rel="prefetch",href="./script.js") title Hello, World! //- meta(name='description',content='Hello, World!') meta(name='viewport',content='width=device-width,initial-scale=1') //- link(href='./style.css',rel='stylesheet') // link(href='https://unpkg.com/@tailwindcss/browser@4',rel='stylesheet') //link(href='https://unpkg.com/@tailwindcss/browser@4.0.3/dist/index.global.js',rel='stylesheet') //script(src='./script.js',async) // // h1 Hello, World! // if render blocking js: script(src='./script.js') //link(rel="stylesheet",href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.16/dist/tailwind.min.css") body(class="bg-background text-screen font-monospace h-screen flex items-center justify-center") h1(class="text-4xl") Welcome to the Old School Terminal p This is a simple website styled with TailwindCSS and Pug. //