-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtools_page.html
61 lines (56 loc) · 2.63 KB
/
tools_page.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<title>Tools</title>
</head>
<body>
<nav class="navbar">
<div class="left-links">
<a>Red-2016.github.io</a>
</div>
<div class="right-links">
<a href="/" target="_blank">🏠</a>
<a href="./ricksroll.html" target="_blank">🔥</a>
</div>
</nav>
<div class="content">
<div class="image-container">
<img src="./images/hacker.webp" alt="Hacker Image" width="650" class="content-image"/>
</div>
<span class="content-title"><h1>我的密码泄露了吗?</h1></span>
<h1 class="link-with-margin"><a href="https://haveibeenpwned.com/" target="_blank" rel="noopener noreferrer">haveibeenpwned.com</a></h1>
<div class="image-container">
<img src="./images/ipadress.jpg" alt="IP Address Image" width="650" class="content-image"/>
</div>
<span class="content-title"><h1>IP地址查找</h1></span>
<h1 class="link-with-margin"><a href="https://zoomeye.org/" target="_blank" rel="noopener noreferrer">zoomeye.org</a></h1>
<div class="image-container">
<img src="./images/lksweb.png" alt="LKS Web Image" width="650" class="content-image"/>
</div>
<span class="content-title"><h1>有趣网站合集(作者:lks)</h1></span>
<h1 class="link-with-margin"><a href="https://lkssite.vip/" target="_blank" rel="noopener noreferrer">lkssite.vip</a></h1>
<div class="image-container">
<img src="./images/krunker.png" alt="Krunker Image" width="650" class="content-image"/>
</div>
<span class="content-title"><h1>电脑课摸鱼枪战游戏</h1></span>
<h1 class="link-with-margin"><a href="https://krunker.io" target="_blank" rel="noopener noreferrer">krunker.io</a></h1>
<div class="image-container">
<img src="./images/HKU logo.jpg" alt="HKU Logo" width="650" class="content-image"/>
</div>
<span class="content-title"><h1>报考香港大学</h1></span>
<h1 class="link-with-margin"><a href="https://admissions.hku.hk/" target="_blank" rel="noopener noreferrer">做梦(?</a></h1>
</div>
<footer class="footer">
<div class="footer-left">
<p></p>
</div>
<div class="footer-right">
<a href="https://steamcommunity.com/profiles/76561199230499717/" target="_blank"><img src="./images/Steam_icon_logo.svg.png" alt="Steam" class="icon"></a>
<a href="https://x.com/Red40602025" target="_blank"><img src="./images/new-2023-twitter-logo-x-icon-design_1017-45418.avif" alt="Twitter" class="icon"></a>
</div>
</footer>
</body>
</html>