<html> <head> <title>...</title> <style> body { background-image:url(https://www.example.com/ancient_scroll.jpg); background-repeat:repeat; color:lime; font-family:courier new; } </style> </head> <body> <header> <img src="https://www.example.com/cryptic_oracle.jpg" align="middle"> </header> <marquee dir="left">...</marquee> <h1 align="center">...</h1> <p>... <span style="color:teal">...</span> <img src="https://www.example.com/abstract.jpg" align="right" height="50px"> </p> <hr> <div style="text-align:center"> <i style="color:cyan">...</i></b> </div> <hr> <font color="purple" size="6">...</font> <p>...<br> <a href="https://example.com/intangible/manifestation">...</a> </p> <img src="https://www.example.com/end_of_path.jpg" align="center" width="100%"> </body> </html>