Webpage navigation without servers example
by Nihar Raote
HTML
<!-- 1. This is what I entered the first time (no comma) -->
<!-- data:text/html<h1>This is your browser talking</h1> -->
<!-- **************************** -->
<!-- 2. This was my second try (removed the "data:" part)-->
<!-- text/html<h1>This is your browser talking</h1> -->
<!-- **************************** -->
<!-- 3. I finally got it right during my third try -->
<!-- data:text/html,<h1>This is your browser talking</h1> -->