index.html 965 B

1234567891011121314151617181920212223242526272829303132333435
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  6. <!-- Page description -->
  7. <meta name="description" content="The city center of jovian-hersemeule.eu domain">
  8. <meta name="author" content="Jovian Hersemeule">
  9. <meta property="og:image" content="img/city.png">
  10. <!-- Style sheet -->
  11. <link href="custom.css" rel="stylesheet">
  12. </head>
  13. <title>Platform Center</title>
  14. <body>
  15. <h1>Center</h1>
  16. <p>Welcome to the Jovian Platform Center.</p>
  17. <p>Here you can find several links to tools hosted by Jovian.</p>
  18. <p>Website in progress ...</p>
  19. <div class="tile-map">
  20. <div class="tile">
  21. <h2>Folio</h2>
  22. <img src="img/city.png" alt="Perso logo">
  23. <p>Jovian personal website.</p>
  24. </div>
  25. <div class="tile">
  26. <h2>Gogs</h2>
  27. <img src="img/gogs.png" alt="Gogs logo">
  28. <p>Git service to collaborate.</p>
  29. </div>
  30. </div>
  31. </body>
  32. </html>