- 제출된 URL:
- https://mirror.siwoo.org/
- 보고서 완료:
링크 · 2개 결과
페이지에서 식별된 외부 링크
링크 | 텍스트 |
---|---|
https://github.com/Ani-Gil | https://github.com/Ani-Gil |
https://www.instagram.com/siwoo_org | https://www.instagram.com/siwoo_org |
JavaScript 변수 · 3개 결과
페이지의 창 개체에 로드된 전역 JavaScript 변수는 함수 외부에서 선언된 변수로, 현재 범위 내에서 코드의 어느 부분에서나 액세스할 수 있습니다
이름 | 유형 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
콘솔 로그 메시지 · 1개 결과
웹 콘솔에 기록된 메시지
유형 | 카테고리 | 로그 |
---|---|---|
error | network |
|
HTML
페이지의 원시 HTML 본문
<!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>