12345678910111213141516171819202122232425262728293031 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <!-- Page description -->
- <meta name="description" content="The city center of jovian-hersemeule.eu domain">
- <meta name="author" content="Jovian Hersemeule">
- <meta property="og:image" content="img/city.png">
- <!-- Style sheet -->
- <link href="custom.css" rel="stylesheet">
- </head>
- <title>Platform Center</title>
- <body>
- <h1>Center</h1>
- <p>Welcome to the Jovian Platform Center.</p>
- <p>Here you can find several links to tools hosted by Jovian.</p>
- <p>Website in progress ...</p>
- <div class="feature">
- <div class="feature-img">
- <img src="img/city.png" alt="Folio website logo">
- </div>
- <div class="feature-content">
- <h2>Feature 1</h2>
- <p>Some bla bla ...</p>
- </div>
- </div>
- </body>
- </html>
|