https://www.spqr.site/

提交的 URL:
https://www.spqr.site/
报告完成时间:

链接 · 找到 2 个

链接文本
https://t.me/elson_SPQRJoin Legion (Telegram)
https://dexscreener.com/solana/9wyhek9eqy92crpm4pbgmtzseizvj4zpzgf8jcswpumpView Charts

JavaScript 变量 · 找到 6 个

名称类型
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
uidEventnumber
bootstrapobject
plausiblefunction

控制台日志消息 · 找到 1 条

类型类别记录
errornetwork
URL
https://example.com/roman-background.jpg
文本
Failed to load resource: the server responded with a status of 404 ()

HTML

<!DOCTYPE html><html><head><base href="https://cdn.jsdelivr.net/"><meta charset="UTF-8">
<title>$SPQR - Senatus Populusque Romanus</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<style>
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&display=swap');

body {
    background: #2d2d2d;
    color: #d4af37;
    font-family: 'Cinzel', serif;
}

.hero {
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)),
                url('https://example.com/roman-background.jpg');
    background-size: cover;
    min-height: 100vh;
    padding: 2rem;
}

.gold-border {
    border: 3px solid #d4af37;
    padding: 2rem;
    border-radius: 10px;
    background: rgba(0,0,0,0.8);
}

.roman-button {
    background: #d4af37;
    color: #2d2d2d;
    border: 2px solid #fff;
    padding: 1rem 2rem;
    font-weight: bold;
    transition: all 0.3s;
    text-transform: uppercase;
}

.roman-button:hover {
    background: #2d2d2d;
    color: #d4af37;
}

.laurel {
    max-width: 100px;
    opacity: 0.8;
}

.contract-address {
    word-break: break-all;
    background: rgba(212, 175, 55, 0.1);
    padding: 1rem;
    border-radius: 5px;
}

.social-links a {
    color: #d4af37;
    font-size: 1.5rem;
    margin: 0 1rem;
    text-decoration: none;
}

.social-links a:hover {
    color: #fff;
}

.roman-divider {
    height: 3px;
    background: #d4af37;
    margin: 2rem 0;
}

</style>
<script defer="" data-domain="www.spqr.site" src="https://analytics.tiiny.site/js/plausible.js"></script></head>
<body>
    <div class="hero">
        <div class="container text-center">
            <h1 class="display-1 mb-4">$SPQR</h1>
            <h2 class="mb-4 ">Senatus Populusque Romanus</h2>
            <div class="gold-border mb-5">
                <img alt="Close-up shot of Elon Musk as Roman centurion on throne with Donald Trump behind, wearing red cape and golden armor with SPQR tattoo, grand hall setting" src="https://indigo-prisca-44.tiiny.site/photo_2024-11-24-15-45-53.jpeg.image.png" class="img-fluid mb-4" width="500" height="500">
                <p class="lead mb-4">Join the Roman Empire's Revival on Solana</p>
                <div class="contract-address mb-4">
                    Contract Address:<br>
                    <span class="font-monospace">9wyheK9Eqy92cRPM4PBGmtZseizVJ4ZpZgF8Jcswpump</span>
                </div>
                <div class="d-flex justify-content-center gap-3 mb-4">
                    <a href="https://t.me/elson_SPQR" class="roman-button" target="_blank">Join Legion (Telegram)</a>
                    <a href="https://dexscreener.com/solana/9wyhek9eqy92crpm4pbgmtzseizvj4zpzgf8jcswpump" class="roman-button" target="_blank">View Charts</a>
                </div>
            </div>
            
            <div class="gold-border">
                <h3 class="mb-4">The New Roman Empire</h3>
                <p>Inspired by Elon's vision of a new Roman era, $SPQR brings the glory of Rome to the Solana blockchain.</p>
                <div class="roman-divider"></div>
                <div class="row g-4">
                    <div class="col-md-4">
                        <h4>Community Governed</h4>
                        <p>True to the spirit of the Roman Republic</p>
                    </div>
                    <div class="col-md-4">
                        <h4>Secure Contract</h4>
                        <p>Built on Solana's lightning-fast network</p>
                    </div>
                    <div class="col-md-4">
                        <h4>Strong Community</h4>
                        <p>United like the Roman legions</p>
                    </div>
                </div>
            </div>
        </div>
    </div>

    <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
    <script>
        // Add smooth scrolling
        document.querySelectorAll('a[href^="#"]').forEach(anchor => {
            anchor.addEventListener('click', function (e) {
                e.preventDefault();
                document.querySelector(this.getAttribute('href')).scrollIntoView({
                    behavior: 'smooth'
                });
            });
        });
    </script>

</body></html>