<?php
http_response_code(200);
echo "<!doctype html><meta charset=utf-8>";
echo "<h1>VulnHunt</h1><p>Site público no ar. HTTPS funcionando.</p>";
