Minimalistic HTML + CSS | Zengarden Websites . com fork
Go to file
Joost van der Schee c686bfe80d
Update README.md
2022-12-08 11:18:27 +01:00
assets update 2022-12-08 11:16:52 +01:00
CNAME Create CNAME 2022-12-08 11:04:20 +01:00
README.md Update README.md 2022-12-08 11:18:27 +01:00
index.html update 2022-12-08 11:16:52 +01:00
style.css update 2022-12-08 11:12:51 +01:00

README.md

zengardenwebsites

Demo: https://john-doe.neocities.org/

A website in a single HTML file. It simply uses the #anchor suffix and the :target CSS selector to show and hide pages/content.

To create a new page, add a

with a unique id:

<section id="contact">
   Contact me!
</section>

Then you could add a link to it inside

:

<a href="#contact">Contact</a>