-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
37 lines (37 loc) · 1.06 KB
/
contact.html
File metadata and controls
37 lines (37 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>DDoS탐지 SOC 메뉴얼 - 연락처</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>DDoS탐지 SOC 메뉴얼</h1>
</header>
<nav>
<ul>
<li><a href="index.html">홈</a></li>
<li><a href="usage.html">사용법</a></li>
<li><a href="features.html">기능</a></li>
<li><a href="tech.html">기술</a></li>
<li><a href="contact.html">연락처</a></li>
</ul>
</nav>
<div class="container">
<section>
<h2>연락처</h2>
<p>이메일: l65783082@gmail.com</p>
<p>GitHub: <a href="https://github.com/lcs9317/SOC" target="_blank">
https://github.com/lcs9317/SOC</a></p>
<p>
프로젝트 관련 문의 및 협업 제안은 위 정보를 참고해 주세요.
</p>
</section>
</div>
<footer>
<p>© 2025 이찬수. All rights reserved.</p>
</footer>
</body>
</html>