This is a simple static HTML website optimized for dark mode. You can deploy it easily using Nginx.
server { listen 80; server_name example.com; root /var/www/html; index index.html; }