Skip to main content
Module

x/packup/examples/styled-components/index.html

📦 Zero-config web application packager in Deno
Go to Latest
File
<html> <head> <title>styled-components example</title> <script src="js/script.tsx"></script> </head> <body> <div id="main"></div> </body></html>