-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (37 loc) · 1.86 KB
/
index.html
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
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="icon" href="https://raw.githubusercontent.com/AATHILDUCKY/ethical-hacking-short-notes/main/aathilducky.png" type="image/x-icon">
<meta name="google-site-verification" content="BSYmdIZThUKc0tpjL405Fwx7ppaDeuOqlHGyPS9y_GY" />
<title>Aathil Ducky - Ethical Hacking Short Notes</title>
</head>
<body>
<h1 class="top-header">👋 My-Ethical-Hacking-Short-Notes !</h1>
<input type="text" id="search" placeholder="Enter keywords...">
<!-- Results container -->
<div id="resultsContainer"></div>
<script src="script.js"></script>
<div class="footer">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<div id="dragable">
<header id="dragzone">
<div class="wrapper">
<div class="myname">AATHIL DUCKY</div>
<div class="about">
Self-Taught Cyber Security Researcher <br> Computer Science Student | Blogger | YouTuber<br> Python Programmer
</div>
<div class="social-icons">
<a href="https://www.youtube.com/@aathilducky"><i class="fab fa-youtube"></i></a>
<a href="https://www.linkedin.com/in/aathil-ducky-95b12a218"><i class="fab fa-linkedin"></i></a>
<a href="https://twitter.com/AathilDucky"><i class="fab fa-twitter"></i></a>
<a href="https://github.com/AATHILDUCKY"><i class="fab fa-github"></i></a>
</div>
</div>
</header>
</div>
</div>
</body>
</html>