mirror of
https://github.com/agresdominik/file-leak.git
synced 2026-04-21 18:05:48 +00:00
moved files for structure
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
<!doctype html>
|
||||
|
||||
<html lang="en-US">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="stylesheet" href="../css/styles.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div id="popup-content">
|
||||
|
||||
<h1> Hidden Files </h1>
|
||||
|
||||
<label>
|
||||
<input type="checkbox" id="listenerToggle"> Enable scanning
|
||||
</label>
|
||||
|
||||
<button id="runOnceBtn">Scan this site</button>
|
||||
|
||||
<div id="entry-box">
|
||||
<div id="entry-list"></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<script src="../js/visual.js"></script>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user