UNPKG

keppler

Version:

Real time code sharing for your lectures and presentations

22 lines (18 loc) 334 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Mon super site</title> </head> <body> <section> <h1>Bonjour</h1> <form action="#"> <input type="text"> </form> <footer> <a href="#">Contact</a> </footer> </section> </body> </html>