Skip to main content
Module

x/packup/examples/external-reference/main.js

📦 Zero-config web application packager in Deno
Go to Latest
File
$(() => { $("body") .css("background", "teal") .css("padding", "20px") .html(` <header> <h1>Packup Example</h1> </header> <main> <p>This is the example of using external reference in the html </main> <footer> This is footer </footer>`);});