https://www.spqr.site/

Eingereichte URL:
https://www.spqr.site/
Bericht beendet:

Die von der Seite ausgehenden identifizierten Links

LinkText
https://t.me/elson_SPQRJoin Legion (Telegram)
https://dexscreener.com/solana/9wyhek9eqy92crpm4pbgmtzseizvj4zpzgf8jcswpumpView Charts

JavaScript-Variablen · 6 gefunden

Globale JavaScript-Variablen, die in das Window Object einer Seite geladen werden, sind Variablen, die außerhalb von Funktionen deklariert werden und von jeder Stelle des Codes innerhalb des aktuellen Bereichs zugänglich sind

NameTyp
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
uidEventnumber
bootstrapobject
plausiblefunction

Konsolenprotokoll-Meldungen · 1 gefunden

In der Web-Konsole protokollierte Meldungen

TypKategorieProtokoll
errornetwork
URL
https://example.com/roman-background.jpg
Text
Failed to load resource: the server responded with a status of 404 ()

HTML

Der HTML-Rohtext der Seite

<!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>