<?php
declare(strict_types=1);
namespace LeoHajder\Website;
/**
* @package leohajder.github.io
* @author Leo Hajder
*
* @see https://en.wikipedia.org/wiki/Programmer occupation
* @see https://www.php.net field
*
* @see https://netgen.io company
* @see https://en.wikipedia.org/wiki/Split%2C_Croatia city
*
* @link https://github.com/leohajder GitHub profile
* @link https://www.linkedin.com/in/leohajder LinkedIn profile
* @link /docs/europass_cv.pdf Europass CV
*
* @todo
*/
class Website
{
public function __construct()
{
// todo
}
}