Initial commit
This commit is contained in:
commit
142c30525f
12 changed files with 964 additions and 0 deletions
39
public/index.html
Normal file
39
public/index.html
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
|
||||
<link type="text/css" rel="stylesheet" href="css/arf.css"/>
|
||||
<script type="text/javascript" src="js/d3.v3.min.js"></script>
|
||||
<title>Miniera HackInPovo</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="body">
|
||||
<div id="header">
|
||||
Miniera HackInPovo
|
||||
<hr/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="js/arf.js"></script>
|
||||
|
||||
<div class="legend"><p>(T) - Indicates a link to a tool that must be installed and run locally<br>
|
||||
(D) - Google Dork, for more information: <a href="https://en.wikipedia.org/wiki/Google_hacking">Google Hacking</a><br>
|
||||
(R) - Requires registration<br>
|
||||
(M) - Indicates a URL that contains the search term and the URL itself must be edited manually<br></p>
|
||||
<button onclick="goDark()">Toggle dark mode</button></div>
|
||||
|
||||
<h3>Notes</h3>
|
||||
Note da aggiungere<br>
|
||||
|
||||
<p>Paragrafo da aggiungere</p>
|
||||
|
||||
<h3>For Update Notifications</h3>
|
||||
Git: <a href="https://git.hackinpovo.it/HackInPovo/resources.git">link</a>
|
||||
|
||||
<h3>Suggestions, Comments, Feedback</h3>
|
||||
Feedback or new tool suggestions are extremely welcome!
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue