Welcome to diapo!

Second diapo

A small text content on 1 line.

Third diapo

A list of things on a colored background:

Fourth with table

Col 1 Col 2 Col 3
Row 1 ×
Row 2 ×

Fifth diapo with code


    function add (a, b) {
      return a + b
    }

    const sum = [4, 2, 1].reduce(add, 0)
  

Make your own:

https://byteclubfr.github.io/diapo/