Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cadars/john-doe

A simple way to make HTML websites
https://github.com/cadars/john-doe

html no-js oldschool static-site

Last synced: 14 days ago
JSON representation

A simple way to make HTML websites

Awesome Lists containing this project

README

        

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`:
```html

Contact me!

```
Then you could add a link to it inside ``:
```html
Contact
```