Update README.md
This commit is contained in:
parent
33969231dc
commit
c686bfe80d
16
README.md
16
README.md
|
@ -1 +1,17 @@
|
|||
# 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 <section> with a unique id:
|
||||
```
|
||||
<section id="contact">
|
||||
Contact me!
|
||||
</section>
|
||||
```
|
||||
Then you could add a link to it inside <nav>:
|
||||
|
||||
```
|
||||
<a href="#contact">Contact</a>
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue