← Slideshow

SlidesHtml

Slides written directly as HTML. Arrow keys, click the edges, or swipe to move between slides.

Slides are just HTML

Each slide is a <section class="slide"> in index.html — write whatever markup you need: text, lists, images, code.

Anything goes

Code blocks work too

function hello() {
  console.log("hello, slide");
}

That's it

Duplicate a <section> to add a slide. No build step, no dependencies.