-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathHzzHook2.html
27 lines (26 loc) · 1.07 KB
/
HzzHook2.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HzzHook-2 | HzzH-Tools</title>
<link href="style-HzzHook2.css" rel="stylesheet">
</head>
<body>
<a href="https://HzzH-Tools.github.io">Back</a>
<center>
<h1>HzzHook-2</h1>
<img src="HzzHook2.png" class="zoom" onclick="myFunction1()">
<h5></h5>
<iframe width="560" height="315" src="https://www.youtube.com/embed/UF2oz1Qa9Ic" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<h5></h5>
<a href="https://github.com/HzzH-Tools/HzzHook-2">Download on Github</a>
</center>
<script>
function myFunction1() {
window.open("https://raw.githubusercontent.com/HzzH-Tools/HzzH-Tools.github.io/main/HzzHook2.png");
}
</script>
</body>
</html>