Skip to content

cadars/john-doe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f49f45c · Oct 1, 2022

History

52 Commits
Nov 11, 2020
Jan 30, 2021
Oct 1, 2022
Dec 27, 2020
Dec 4, 2020

Repository files navigation

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>