x/packup/examples/styled-components/index.html
12345678910<html> <head> <title>styled-components example</title> <script src="js/script.tsx"></script> </head> <body> <div id="main"></div> </body></html>