A Site That Leads Nowhere (and Everywhere)

Written in

by

If I generate a pure HTML page, no CSS, no Javascript or PHP and then merge the ideas of a Digital Curiosity Cabinet, Literary Experiment, and Hypertext Labyrinth, it could become a text-based, non-linear, and mysterious exploration site.

It’s not a blog. It’s not an archive. It’s… something in-between.

Add a mystery domain name and I am down for some real hyper-hooliganism.

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>- A Fragment</title>
</head>
<body>
    <p>The man in the glass corridor **never left**. They say his shadow still lingers in the silver reflections.</p>
    
    <p>The last note found in his typewriter:</p>
    <blockquote>
        _"Seven doors. One is locked. Find the red key."_  
    </blockquote>

    <p>You think about <a href="mystery2.html">checking the archive</a>. Or maybe it’s better to <a href="../writings/entry3.html">leave things alone</a>.</p>
</body>
</html>