An esm.town proxy that applies the correct content-type header to your val.town static files.
eg: https://esm.town/v/maxm/esm@56-main/style.css becomes https://juicy.town/v/maxm/esm@56-main/style.css"
View my source to see a working example.
1`<title>My Styled Site</title> 2<link rel="stylesheet" href="${ import.meta.resolve("./style.css").replace("esm.town", "juicy.town")}"> 3<script type="text/javascript" src="${import.meta.resolve("./main.js").replace("esm.town", "juicy.town")}"> 4`