moved files for structure

This commit is contained in:
2025-11-13 20:12:28 +01:00
parent 73a12148e8
commit 1ff1ececb4
10 changed files with 378 additions and 1 deletions
+32
View File
@@ -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>