Hacker News new | ask | show | jobs
by altmanaltman 2 days ago
The footer say HTML code generated by Claude. But who did the css? and who did the js? Tangentially, is html code the correct term if all of it is in a single file or is it still html + css + js code seperately in a single file?
1 comments

Check the file extension for a static single page app (SPA).

Is it something like .htcsjs, .hsj, or .HSJ on Windows? Or just .html?

More seriously, seems anything that can render .html handles the other two inline, so calling it HTML even with css and js in it seems fine?

I guess my comment came across as if I was mocking the website but I was genuinely curious. And i mean you can have .css filenames and .js filenames in web apps and websites, is that HTML then as well?