<!doctype html>

<html lang="en">
<head>
    <!-- CONFIG-->
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/>
    <meta name="apple-mobile-web-app-capable" content="yes">

    <!-- SITE INFO -->
    <title>pirendo</title>
    <style>
    body{
        background-color: #f1f1f1;
    }
    img.center{
        position: absolute;
        margin: auto;
        left: 0; 
        right: 0;
        top: 0;
        bottom: 0;  
    }
</style>
</head>

<body class="">
    <img class="center" src="images/pirendo.png">
</body>

</html>