forked from dreddsa5dies/goHackTools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (24 loc) · 1021 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>Hacker tools on Go</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="main.css">
<link rel="icon" href="favicon.ico" type="image/x-icon">
</head>
<body>
<div class="wrapper">
<div class="content">
<div class="inner">
<div id="name">Hacker tools<br>Go (Golang)</div>
<div id="links">
<ul>
<li><a href="https://github.com/dreddsa5dies/goHackTools" target="_blank">github</a></li>
<li><a href="https://www.buymeacoffee.com/GDNsM0F" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/white_img.png" alt="Buy Me A Coffee" style="height: auto !important;width: auto !important;" ></a></li>
</div>
</div>
</div>
</div>
</div>
</body>
</html>