- ID de l'analyse :
- 0942d3a4-9235-46e9-949c-513bfb709ee9Terminée
- URL soumise :
- https://mirror.siwoo.org/
- Fin du rapport :
Liens : 2 trouvé(s)
Liens sortants identifiés à partir de la page
Lien | texte |
---|---|
https://github.com/Ani-Gil | https://github.com/Ani-Gil |
https://www.instagram.com/siwoo_org | https://www.instagram.com/siwoo_org |
Variables JavaScript : 3 trouvée(s)
Les variables JavaScript globales chargées dans l'objet fenêtre d'une page sont des variables déclarées en dehors des fonctions et accessibles depuis n'importe quel endroit du code au sein du champ d'application actuel
Nom | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Messages de journal de console : 1 trouvé(s)
Messages consignés dans la console web
Type | Catégorie | Enregistrement |
---|---|---|
error | network |
|
HTML
Le corps HTML de la page en données brutes
<!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>