https://gbtintsllcs.com.pl//

Eingereichte URL:
https://gbtintsllcs.com.pl//
Bericht beendet:

Die von der Seite ausgehenden identifizierten Links

JavaScript-Variablen · 3 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

Konsolenprotokoll-Meldungen · 1 gefunden

In der Web-Konsole protokollierte Meldungen

TypKategorieProtokoll
errornetwork
URL
https://gbtintsllcs.com.pl/favicon.ico
Text
Failed to load resource: the server responded with a status of 404 ()

HTML

Der HTML-Rohtext der Seite

<!DOCTYPE html><html lang="en"><head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="robots" content="noarchive, nosnippet, noindex, nofollow">
    <title>Automobile Pioneers Network - gbtintsllcs.com.pl</title>
    <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
    <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css" rel="stylesheet">
</head>
<body>

<nav class="navbar navbar-expand-lg navbar-dark bg-dark sticky-top">
    <div class="container">
        <a class="navbar-brand fw-bold" href="https://gbtintsllcs.com.pl//">
            <i class="fas fa-car"></i> Automobile Pioneers Network - AutoShowroom
        </a>
        <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
            <span class="navbar-toggler-icon"></span>
        </button>
        <div class="collapse navbar-collapse" id="navbarNav">
            <ul class="navbar-nav ms-auto">
                <li class="nav-item"><a class="nav-link active" href="#"><i class="fas fa-home"></i> Home</a></li>
                <li class="nav-item"><a class="nav-link" href="https://gbtintsllcs.com.pl//#inventory"><i class="fas fa-car-side"></i> Inventory</a></li>
                <li class="nav-item"><a class="nav-link" href="https://gbtintsllcs.com.pl//#services"><i class="fas fa-tools"></i> Services</a></li>
                <li class="nav-item"><a class="nav-link" href="https://gbtintsllcs.com.pl//#contact"><i class="fas fa-envelope"></i> Contact</a></li>
            </ul>
        </div>
    </div>
</nav>

<header class="bg-dark text-white text-center py-5" style="background: url('https://th.bing.com/th/id/OIP.cvhtMWub_uKe0OnJ8vtMxAHaEK') no-repeat center; background-size: cover;">
    <div class="container py-5">
        <h1 class="display-4 fw-bold">Discover Your Next Car</h1>
        <p class="lead">A car isn’t just a vehicle; it’s a lifestyle.</p>
        <a href="https://gbtintsllcs.com.pl//#inventory" class="btn btn-primary btn-lg mt-3"><i class="fas fa-search"></i> Browse Inventory</a>
    </div>
</header>

<div id="inventory" class="py-5 bg-light">
    <div class="container">
        <h2 class="text-center display-6 fw-bold mb-5">Our Inventory</h2>
        <div class="row g-4">
            
                <div class="col-md-6 col-lg-3">
                    <div class="card shadow-sm">
                        <img src="https://th.bing.com/th/id/OIP.cvhtMWub_uKe0OnJ8vtMxAHaEK" class="card-img-top">
                        <div class="card-body text-center">
                            <a href="https://gbtintsllcs.com.pl//#inventory" class="btn btn-primary btn-sm"><i class="fas fa-info-circle"></i> View Details</a>
                        </div>
                    </div>
                </div>
                <div class="col-md-6 col-lg-3">
                    <div class="card shadow-sm">
                        <img src="https://th.bing.com/th/id/OIP.xHhR2Dq4dYTomKzLLSLVaQHaEK" class="card-img-top">
                        <div class="card-body text-center">
                            <a href="https://gbtintsllcs.com.pl//#inventory" class="btn btn-primary btn-sm"><i class="fas fa-info-circle"></i> View Details</a>
                        </div>
                    </div>
                </div>
                <div class="col-md-6 col-lg-3">
                    <div class="card shadow-sm">
                        <img src="https://th.bing.com/th/id/OIP.P2giicl0ymKRIWZPzrtc9QHaEK" class="card-img-top">
                        <div class="card-body text-center">
                            <a href="https://gbtintsllcs.com.pl//#inventory" class="btn btn-primary btn-sm"><i class="fas fa-info-circle"></i> View Details</a>
                        </div>
                    </div>
                </div>
                <div class="col-md-6 col-lg-3">
                    <div class="card shadow-sm">
                        <img src="https://th.bing.com/th/id/OIP.OftXSixDsO1Hn6yjl7pUNQHaE7" class="card-img-top">
                        <div class="card-body text-center">
                            <a href="https://gbtintsllcs.com.pl//#inventory" class="btn btn-primary btn-sm"><i class="fas fa-info-circle"></i> View Details</a>
                        </div>
                    </div>
                </div>        </div>
    </div>
</div>
<div id="services" class="py-5 text-white" style="background-color: #333;">
    <div class="container">
        <h2 class="text-center display-6 fw-bold mb-4">Our Services</h2>
        <div class="row text-center">
            <div class="col-md-4 mb-4">
                <i class="fas fa-tools display-6"></i>
                <h4 class="fw-bold mt-3">Quality Maintenance</h4>
                <p>Top-notch maintenance to keep your car in the best shape.</p>
            </div>
            <div class="col-md-4 mb-4">
                <i class="fas fa-hand-holding-usd display-6"></i>
                <h4 class="fw-bold mt-3">Financing Options</h4>
                <p>Flexible financing options to make owning a car easier.</p>
            </div>
            <div class="col-md-4 mb-4">
                <i class="fas fa-headset display-6"></i>
                <h4 class="fw-bold mt-3">Premium Support</h4>
                <p>Customer support that puts you first every step of the way.</p>
            </div>
        </div>
    </div>
</div>
<div id="contact" class="py-5 bg-light">
    <div class="container">
        <h2 class="text-center display-6 fw-bold mb-4">Get in Touch</h2>
        <form class="row g-3">
            <div class="col-md-6">
                <input type="text" class="form-control" placeholder="Full Name" required="">
            </div>
            <div class="col-md-6">
                <input type="email" class="form-control" placeholder="Email" required="">
            </div>
            <div class="col-12">
                <textarea class="form-control" rows="4" placeholder="Message" required=""></textarea>
            </div>
            <div class="col-12 text-center">
                <button type="submit" class="btn btn-primary btn-lg"><i class="fas fa-paper-plane"></i> Send Message</button>
            </div>
        </form>
    </div>
</div>
<footer class="bg-dark text-center text-white py-3">
    <p>© 1952 Automobile Pioneers Network. All Rights Reserved. <i class="fas fa-copyright"></i></p>
	<div class="social-links">
        <a href="https://facebook.com/gbtintsllcs.com.pl" class="text-light mx-2" target="_blank"><i class="fab fa-facebook-f"></i></a>
        <a href="https://x.com/gbtintsllcs.com.pl" class="text-light mx-2" target="_blank"><i class="fab fa-x-twitter"></i></a>
        <a href="https://instagram.com/gbtintsllcs.com.pl" class="text-light mx-2" target="_blank"><i class="fab fa-instagram"></i></a>
        <a href="https://linkedin.com/in/gbtintsllcs.com.pl" class="text-light mx-2" target="_blank"><i class="fab fa-linkedin-in"></i></a>
		<a href="mailto:[email protected]" class="text-light mx-2"><i class="fas fa-envelope"></i></a>
	</div>
</footer>


</body></html>