1234567891011121314151617181920212223242526272829303132333435 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
- <!-- 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="tile-map">
- <div class="tile">
- <h2>Folio</h2>
- <img src="img/city.png" alt="Perso logo">
- <p>Jovian personal website.</p>
- </div>
- <div class="tile">
- <h2>Gogs</h2>
- <img src="img/gogs.png" alt="Gogs logo">
- <p>Git service to collaborate.</p>
- </div>
- </div>
- </body>
- </html>
|