osint_stuff_tool_collection/index.html
2021-11-10 20:52:02 +03:00

17 lines
699 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>@cyb_detective OSINT-tools collection</title>
<meta charset="utf-8">
<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="style.css"> </head>
<body>
<button type="button" class="btn btn-primary">All links from the collection are now available in the <a href="https://github.com/cipher387/osint_stuff_tool_collection">README</a> on Github</button>
</body>
</html>