Upload your HTML file and get a shareable download link
<!DOCTYPE html> <html> <head> <title>Sample Page</title> </head> <body> <h1>Hello World!</h1> <p>This is a sample HTML file.</p> </body> </html>