Skip to main content
Module

x/packup/examples/external-reference/index.html

📦 Zero-config web application packager in Deno
Go to Latest
File
<!doctype html><html> <head> <link rel="stylesheet" href="https://necolas.github.io/normalize.css/8.0.1/normalize.css" /> <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> <script src="main.js"></script> </head> <body> <div class="container"></div> </body></html>