<!doctype html>
<html lang="pl">
<head>
<meta charset="utf-8">
<title>przybylko.pl działa</title>
<style>
body {
    margin: 0;
    min-height: 100vh;
    display: grid;
    place-items: center;
    background: #111;
    color: white;
    font-family: Arial, sans-serif;
}
.box {
    text-align: center;
}
svg {
    width: 120px;
    height: 120px;
}
h1 {
    font-size: 42px;
}
</style>
</head>
<body>
<div class="box">
<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" aria-label="Płomień">
    <path fill="#ff6a00" d="M32 60C18 60 10 50 10 38c0-9 5-16 11-22 3-3 6-7 7-12 8 7 11 14 10 21 3-2 6-6 7-10 6 7 9 14 9 22 0 13-9 23-22 23z"/>
    <path fill="#ffd15c" d="M32 56c-7 0-12-5-12-12 0-5 3-9 7-13 2-2 4-5 4-8 5 5 7 10 6 15 2-1 4-4 5-7 4 5 6 9 6 14 0 6-6 11-16 11z"/>
</svg>
<h1>DZIAŁA przybylko.pl</h1>
<p>NGINX na HP T640 odpowiada z internetu.</p>
</div>
</body>
</html>