<html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Synoikos</title> <link href="stylesheet.css" rel="stylesheet" type="text/css" /> <link rel="icon" href="favicon32.png" type="image/png" sizes="32x32"> <link rel="icon" href="favicon96.png" type="image/png" sizes="96x96"> <!-- svg favicon only works for desktop firefox currently (10.3.2018) --> <link rel="icon" href="favicon.svg" type="image/svg+xml" sizes="any"> </head> <body> <div id="mainContainer"> <div id="header"> <h1>Welcome home!</h1> </div> <div id="body"> <a href="https://cloud.synoikos.de"> <img src="quote.jpg" alt="Home is where one starts from." title="We shall not cease from exploration And the end of all our exploring Will be to arrive where we started And know the place for the first time."> </a> </div> <div id="footer"> © 2018 the Synoikos team. </div> </div> </body> </html>