This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>EMMALEE'S UNFORTUNATE ADVENTURE</title> | |
| <style> | |
| body { margin: 0; background: #000; overflow: hidden; font-family: 'Courier New', Courier, monospace; } | |
| canvas { display: block; filter: contrast(150%) saturate(200%) brightness(1.2); } | |
| #ui { position: absolute; top: 10px; left: 10px; color: #0f0; background: rgba(0,0,0,0.7); padding: 10px; border: 2px solid #0f0; } | |
| </style> | |
| </head> |