Skip to main content
Module

x/packup/examples/with-imports/index.html

📦 Zero-config web application packager in Deno
Go to Latest
File
<html> <head> <title>with-simple-assets document</title> <!--link rel="icon" href="favicon.ico" /--> <link rel="stylesheet" href="css/style.css" /> <script src="js/script.js"></script> </head> <body> <h1>Hey!</h1> <img srcset="images/logo.webp 2x, https://deno.land/logo.svg" src="images/logo.svg" /> </body></html>