<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>David The Giant Killer – Sovereign Archive</title>
    <style>
        body {
            background-color: #111111; /* rich dark, easy on eyes */
            color: #e0e0e0;
            font-family: Arial, Helvetica, sans-serif;
            margin: 0;
            padding: 60px 20px;
            text-align: center;
            line-height: 1.6;
        }
        .container {
            max-width: 1000px;
            margin: 0 auto;
        }
        img.logo {
            max-width: 400px;
            margin-bottom: 50px;
            border-radius: 16px;
            box-shadow: 0 0 30px rgba(0, 212, 255, 0.25);
        }
        h1 {
            color: #00d4ff;
            font-size: 3em;
            margin-bottom: 25px;
        }
        p.intro {
            font-size: 1.35em;
            max-width: 800px;
            margin: 0 auto 50px;
            color: #b0b0b0;
        }
        ul.links {
            list-style: none;
            padding: 0;
            margin: 0 auto;
            max-width: 700px;
        }
        li {
            margin: 30px 0;
        }
        a {
            color: #00d4ff;
            text-decoration: none;
            font-size: 1.6em;
            transition: all 0.3s;
        }
        a:hover {
            color: #00ffcc;
            text-decoration: underline;
        }
        footer {
            margin-top: 100px;
            font-size: 1em;
            color: #666;
        }
    </style>
</head>
<body>
    <div class="container">
        <img src="seal.png" alt="David The Giant Killer Sovereign Seal" class="logo">
        <h1>David The Giant Killer Archive</h1>
        <p class="intro">Sovereign research • Common-law maxims • Oath scrutiny • Historical documents for the People.</p>
        
        <ul class="links">
            <li><a href="documents/">Senate Document No. 232 – Principles of Interpretation (1938)</a></li>
            <!-- Add more links as you upload other folders/files -->
        </ul>

        <footer>
            Public domain & open research. Verify originals at HathiTrust: 
            <a href="https://babel.hathitrust.org/cgi/pt?id=mdp.39015018657901" target="_blank" style="color: #666;">babel.hathitrust.org</a>
        </footer>
    </div>
</body>
</html>