Skip to main content
Module

x/packup/examples/import-map/index.html

📦 Zero-config web application packager in Deno
Go to Latest
File
<html> <head> <title>with-simple-assets document</title> <link rel="stylesheet" href="css/style.css" /> <script src="js/script.tsx"></script> </head> <body> <div id="main"></div> </body></html>