Live data from Hacker News

How to make a simple 'vintage' HTML website but that will work on mobile?

news.ycombinator.com

1–10 of 12 posts

How to make a simple 'vintage' HTML website but that will work on mobile?

#1
How to make a simple 'vintage' html website but that will work on mobile?

I enjoy that static websites from the early web. I don't need anymore, don't want anymore.

How do I make one that works well on a mobile phone?

What are the best resources to read to do such a simple task?

Best standards for creating a simple static website of today?

Re: How to make a simple 'vintage' HTML website but that will work on mobile?

#3
You don't even need any CSS styling, because the default style with just HTML will work fine on a mobile phone. This one-page document is all you need to know for a simple site.

https://developer.mozilla.org/en-US/docs/Learn/Getting_start...

Re: How to make a simple 'vintage' HTML website but that will work on mobile?

#9
post #8

A great place to write and host the static page is https://repl.it You'll be able to code in the browser IDE, then instantly see the changes reflected at their url, or your custom url. Also a YC company

Sorry if this isn't your question, but it seems too good not to mention for your task.
Post reply on HN