-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathindex.html
32 lines (30 loc) · 1.17 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
<!DOCTYPE html>
<html>
<head>
<title>Worldmap of OSINT tools</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YZ8MNPH3PR"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-YZ8MNPH3PR');
</script>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://cipher387.github.io/style.css">
<style>
html, body, #map {
width: 100%; height: 95%; padding: 0; margin: 0;
}
</style>
</head>
<body>
<div class="well">
<a href="https://cybdetective.com/osintmap" class="mainsite-button">New link to Worldwide map of OSINT tools - cybdetective.com/osintmap </a>
</div>
</body>
</html>