Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cadars/john-doe
- Owner: cadars
- License: unlicense
- Created: 2020-11-10T21:58:42.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-01T10:31:13.000Z (about 2 years ago)
- Last Synced: 2024-08-01T02:31:08.450Z (3 months ago)
- Topics: html, no-js, oldschool, static-site
- Language: HTML
- Homepage: https://john-doe.neocities.org
- Size: 84 KB
- Stars: 460
- Watchers: 11
- Forks: 122
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`:
```htmlContact me!
```
Then you could add a link to it inside ``:
```html
Contact
```