leaky-0.1.0.0: HTML/index.html
<!DOCTYPE html> <html> <head> <title>Leaky: Minimal robust Haskell space leak</title> <link rel="stylesheet" href="style.css" /> </head> <body> <div style="color: #F33; margin-top: 40px; font-size: 16pt;"> (Notes to self.) </div> <script>document.location = "leaky.html";</script> </body> </html>