Hacker News new | past | comments | ask | show | jobs | submit login
Show HN: What you can do with 35 bytes of HTML and a single CSS file? (35bytes.maczan.pl)
4 points by yu3zhou4 on Aug 1, 2023 | hide | past | favorite | 2 comments
Hi! Minimal code required to render an contentful and styled HTML page with CSS consists of these 35 bytes:

<link rel="stylesheet"href=".css"/>

In the submitted link I try to share with you how it works and what are the limitations of this hack

I hope you have some fun with it :) Thanks

Repo: https://github.com/jmaczan/35bytes




LOL. How many bytes of CSS though? Have you tried something like the following?

<iframe src="https://news.ycombinator.com"></iframe>


iframe sounds like a good direction to minimize HTML code needed to render something more than plain text! I tried to make it work, but I didn't manage to




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: