index.html 795 B

12345678910111213141516171819202122232425262728293031
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <!-- Page description -->
  6. <meta name="description" content="The city center of jovian-hersemeule.eu domain">
  7. <meta name="author" content="Jovian Hersemeule">
  8. <meta property="og:image" content="img/city.png">
  9. <!-- Style sheet -->
  10. <link href="custom.css" rel="stylesheet">
  11. </head>
  12. <title>Platform Center</title>
  13. <body>
  14. <h1>Center</h1>
  15. <p>Welcome to the Jovian Platform Center.</p>
  16. <p>Here you can find several links to tools hosted by Jovian.</p>
  17. <p>Website in progress ...</p>
  18. <div class="feature">
  19. <div class="feature-img">
  20. <img src="img/city.png" alt="Folio website logo">
  21. </div>
  22. <div class="feature-content">
  23. <h2>Feature 1</h2>
  24. <p>Some bla bla ...</p>
  25. </div>
  26. </div>
  27. </body>
  28. </html>