index.html 253 B

123456789101112
  1. <!DOCTYPE html>
  2. <head>
  3. <title>Home of playground</title>
  4. </head>
  5. <body>
  6. <h1>Hello !</h1>
  7. <h2>Dev</h2>
  8. <p>Hey coucou ! Je suis sur la branche dev !</p>
  9. <h2>Test Gogs</h2>
  10. <p>Modification publiée avec le protocole HTTPS ! Oh yeah. B-)</p>
  11. </body>