Hacker News new | ask | show | jobs
by neilv 2473 days ago
You could always start old-school Mosaic (with the tiniest bit of HTML5):

    <!DOCTYPE html>
    <html lang="en">
      <head>
        <title>Rafuino's site</title>
      </head>
      <body>
        <h1>Rafuino's site</h1>
        <p>Welcome!</p>
        <p><i>Under Construction</i></p>
      </body>
    </html>
It won't necessarily be displayed as serifed type, with raster aliasing, on gray, but you could CSS that in. :)
3 comments

This is good advice. I'm collecting websites like this ("handmade") here - https://www.btbytes.com/websites.html

My own website is compiled together with a python script, but aesthetically close to what you describe.

Consider adding https://www.gwern.net/
I got lost for almost an hour in this little collection of yours. Bookmarked.
http://rusrs.com/

Compatible with Mosaic 1.0, Netscape 1.0, 3.0, 4.0, and IE 5.5, Links, Lynx, and NetSurf, among others tested.

You forgot <blink> and <marquee> (and some sick midi tunes)
You forgot <blink> and <marquee> (and some sick midi tunes)

Thanks to CSS animations, you can recreate <blink> and <marquee>.

I use it to recreate the Amiga's Guru Meditation Error when I'm debugging web sites.

Oh, I'm very aware (I actually do use those tricks on my personal page. Unfortunately I left out the midi. And of course it's loaded with stolen gifs from gifcities[0])

[0] https://gifcities.org/

I had a legit use for a marquee a few months ago and couldn't find a jank-free way to actually re-create all of its features. You can get the basics but even that sucks compared to just using <marquee> (heavier, more code).
Dammit you beat me to it!

I second this. And a few stolen animated gifs. You know, for posterity.

Calvin peeing on the MSIE logo and a 3D dancing baby.
sadly <bgsound> doesn't work anymore :(
Hey, that looks like my websites!

Ah ah, more seriously, this is a great template to copy paste so just a heads up: don't forget <meta charset="utf-8"/> before <title>.