Hacker News new | ask | show | jobs
by mixmastamyk 2146 days ago
> I don't want to separate javascript/html/css view/template. I want a single file

This was always possible.

1 comments

>> I want a single file > This was always possible.

Any good (code/github) examples of this??

    <body>
        <style>...</style>
        <script>...</script>
        …
    </body>