https://mirror.siwoo.org/

Eingereichte URL:
https://mirror.siwoo.org/
Bericht beendet:

Die von der Seite ausgehenden identifizierten Links

LinkText
https://github.com/Ani-Gilhttps://github.com/Ani-Gil
https://www.instagram.com/siwoo_orghttps://www.instagram.com/siwoo_org

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://mirror.siwoo.org/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">
    <title>Archive of Siwoo</title>
    <style>
        /* 기본 스타일 */
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background-color: #f5f5f5;
            margin: 0;
            display: flex;
            justify-content: center;
            align-items: flex-start; /* 위쪽 정렬로 변경 */
            min-height: 100vh; /* 최소 높이 설정 */
            padding: 20px; /* 바깥 여백 추가 */
        }
        .container {
            width: 100%;
            max-width: 800px;
            background-color: #fff;
            padding: 40px;
            border-radius: 8px;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
            text-align: left;
            color: #444;
        }
        h1 {
            color: #007bff;
            font-size: 2rem; /* 글자 크기 조정 */
            margin-bottom: 20px;
            text-transform: uppercase;
        }
        p {
            font-size: 1rem; /* 글자 크기 조정 */
            line-height: 1.6;
            margin-bottom: 10px;
        }
        .contact-info {
            margin-top: 10px;
            margin-bottom: 20px;
        }
        .contact-info p {
            margin-bottom: 5px;
        }
        .archive-list {
            margin-top: 20px;
        }
        .archive-list a {
            display: block;
            color: #007bff;
            text-decoration: none;
            margin-bottom: 5px;
            transition: color 0.3s ease;
        }
        .archive-list a:hover {
            color: #0056b3;
        }
        .footer {
            margin-top: 30px;
            font-size: 0.9rem; /* 글자 크기 조정 */
            text-align: center;
            color: #666;
        }
    </style>
</head>
<body>
    <div class="container">
        <h1>Archive of Siwoo</h1>
        <p>Hello Users!<br> Thank you for using "Archive of Siwoo"!<br>

        </p><div class="contact-info">
            <p><strong>Location:</strong> Gwangju, Republic of Korea (South Korea)<br>
            <strong>Bandwidth:</strong> 1 Gbps <br>
            <strong>CPU:</strong> Intel(R) Xeon(R) Silver 4210R<br>
            <strong>RAM:</strong> HPE ECC/REG DDR4 32GB<br>
            <strong>Primary Storage size (SSD):</strong> 12TB (Apply RAID-5)<br>
	    <strong>Secondary Storage size (HDD):</strong> 20TB (10TB * 2)<br>
            <strong>Sync time:</strong> Every 2 hours<br>
            <strong>Contacts (E-Mail):</strong> <a href="mailto:[email protected]">[email protected]</a></p>
        </div>
        
        <hr>
        
        <h2>Administrator site</h2>
	<p><strong>- GitHub:</strong> <a href="https://github.com/Ani-Gil">https://github.com/Ani-Gil</a><br>
	<strong>- Instagram:</strong> <a href="https://www.instagram.com/siwoo_org">https://www.instagram.com/siwoo_org</a></p>
        
        <hr>
        
        <h2>Archive List</h2>
        <div class="archive-list">
            <a href="archlinux/">archlinux/</a>
            <a href="almalinux/">almalinux/</a>
	    <a href="alpine/">alpine/</a>
            <a href="CentOS-Stream/">CentOS-Stream/</a>
            <a href="debian/">debian/</a>
            <a href="debian-cd/">debian-cd/</a>
            <a href="debian-security/">debian-security/</a>
	    <a href="epel/">epel/</a>
	    <a href="fedora/">fedora/</a>
            <a href="hbcd/">hbcd/</a>
            <a href="raspbian/">raspbian/</a>
            <a href="rocky/">rocky/</a>
            <a href="rocky-sigs/">rocky-sigs/</a>
            <a href="kali/">kali/</a>
            <a href="kali-images/">kali-images/</a>
            <a href="linuxmint/">linuxmint/</a>
            <a href="linuxmint-iso/">linuxmint-iso/</a>
            <a href="mxlinux/">mxlinux/</a>
            <a href="mxlinux-iso/">mxlinux-iso/</a>
	    <a href="opensuse/">opensuse/</a><a>
            </a><a href="ubuntu/">ubuntu/</a>
            <a href="ubuntu-cd/">ubuntu-cd/</a>
        </div>
        
        <hr>
        
        <p class="footer">Thank you again for using it!</p>
    </div>


</body></html>