<!DOCTYPE html><html lang=”en”><head> <meta charset=”UTF-8″> <meta name=”viewport” content=”width=device-width, initial-scale=1.0″> <title>Domain for Sale</title> <style> body { background-color: black; color: gold; display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; font-family: Arial, sans-serif; } a { color: gold; text-decoration: none; } </style></head><body> <div> <p>This domain it’s for sale</p> <a href=”mailto:contact@riserlessct.com”>contact@riserlessct.com</a> </div></body></html>